about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-10-26 11:14:46 +0800
committerJohn Hodge <tpg@mutabah.net>2016-10-26 11:14:46 +0800
commitd68fb5f20a3371c4057cc7ac940a9079f8c25416 (patch)
treecb953512d961ca6d50b46bdadbb802d8fe9bc195 /src/libsyntax
parentaef18be1bc4e03617177c5e9df1164ce3df49ba2 (diff)
Fix typo, it bothered me
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/feature_gate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs
index 954fe330b54..7143a26d133 100644
--- a/src/libsyntax/feature_gate.rs
+++ b/src/libsyntax/feature_gate.rs
@@ -1317,7 +1317,7 @@ pub enum UnstableFeatures {
     /// Hard errors for unstable features are active, as on
     /// beta/stable channels.
     Disallow,
-    /// Allow features to me activated, as on nightly.
+    /// Allow features to be activated, as on nightly.
     Allow,
     /// Errors are bypassed for bootstrapping. This is required any time
     /// during the build that feature-related lints are set to warn or above