]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo, it bothered me
authorJohn Hodge <tpg@mutabah.net>
Wed, 26 Oct 2016 03:14:46 +0000 (11:14 +0800)
committerJohn Hodge <tpg@mutabah.net>
Wed, 26 Oct 2016 03:14:46 +0000 (11:14 +0800)
src/libsyntax/feature_gate.rs

index 954fe330b54cae28613e5478a1896bde0b1239ad..7143a26d1339e169e21524f86d8f7bbe1915a27c 100644 (file)
@@ -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