diff options
| author | bors <bors@rust-lang.org> | 2015-03-12 04:53:31 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-03-12 04:53:31 +0000 |
| commit | 8715a65496b557798a9ff346194991aea3581f4d (patch) | |
| tree | fbfaa932c2159f49cd3394c32f4d28e6be466dc2 /src/libsyntax | |
| parent | 425297a93035bc89663ff5f83d229f6c19341ffb (diff) | |
| parent | 419c0ff321c9995a0b3bfc709f61397e5d2c53d4 (diff) | |
Auto merge of #23298 - Manishearth:rollup, r=Manishearth
None
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index b0ae612d4b0..ea413ac0dc8 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -5372,7 +5372,7 @@ impl<'a> Parser<'a> { /// Parse extern crate links /// - /// # Example + /// # Examples /// /// extern crate url; /// extern crate foo = "bar"; //deprecated |
