diff options
| author | Luke Gallagher <luke@hypergeometric.net> | 2015-04-16 17:18:29 +1000 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-04-16 22:23:36 -0400 |
| commit | 6d367146330a94888dcb54ea840e7c9a7eee5e7c (patch) | |
| tree | a7f3b392b95cb872bae0fa1222c31f05aa9e18f2 /src/libsyntax | |
| parent | 0e4a77bbfeb56e715ffdc5419247c46f22ff1ffa (diff) | |
| download | rust-6d367146330a94888dcb54ea840e7c9a7eee5e7c.tar.gz rust-6d367146330a94888dcb54ea840e7c9a7eee5e7c.zip | |
Fix some documentation typos
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 659eb343232..d0975c76e93 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -10,7 +10,7 @@ //! Feature gating //! -//! This modules implements the gating necessary for preventing certain compiler +//! This module implements the gating necessary for preventing certain compiler //! features from being used by default. This module will crawl a pre-expanded //! AST to ensure that there are no features which are used that are not //! enabled. |
