diff options
| author | acdenisSK <[email protected]> | 2017-08-16 22:55:46 +0200 |
|---|---|---|
| committer | acdenisSK <[email protected]> | 2017-08-16 22:55:46 +0200 |
| commit | 4ac971d131faf6899b819529a866e699a764e78e (patch) | |
| tree | 82a74d374ae153842bc37bc84c04c5fb21fa1c70 /src/framework | |
| parent | Provide the args to the checks (diff) | |
| download | serenity-4ac971d131faf6899b819529a866e699a764e78e.tar.xz serenity-4ac971d131faf6899b819529a866e699a764e78e.zip | |
Reword this
It already is filled, so this needed to be reworded a bit, but anyways, *facepalm for the unecessary issue creation*. Fixes #137
Diffstat (limited to 'src/framework')
| -rw-r--r-- | src/framework/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/framework/mod.rs b/src/framework/mod.rs index c5cfb90..0c95e0e 100644 --- a/src/framework/mod.rs +++ b/src/framework/mod.rs @@ -608,7 +608,7 @@ impl BuiltinFramework { /// This requires that a check - if one exists - passes, prior to being /// called. /// - /// Note that once v0.2.0 lands, you will need to use the command builder + /// Prior to v0.2.0, you will need to use the command builder /// via the [`command`] method to set checks. This command will otherwise /// only be for simple commands. /// |