aboutsummaryrefslogtreecommitdiff
path: root/src/framework
diff options
context:
space:
mode:
Diffstat (limited to 'src/framework')
-rw-r--r--src/framework/mod.rs2
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.
///