diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-12 09:13:47 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-12 09:13:47 +0530 |
| commit | 0a74387b642bfc6ba0c8de723942eafae440bc4a (patch) | |
| tree | 109b0be66b72fa83a755169299dbcbdc3e2b8b97 /src/libsyntax | |
| parent | 2c251fa84694112890d879cd5fe05d18006f0a0c (diff) | |
| parent | 64ab111b5387e9985df188a970350c9e6c7f1451 (diff) | |
| download | rust-0a74387b642bfc6ba0c8de723942eafae440bc4a.tar.gz rust-0a74387b642bfc6ba0c8de723942eafae440bc4a.zip | |
Rollup merge of #23297 - steveklabnik:examples, r=huonw
This brings comments in line with https://github.com/rust-lang/rfcs/blob/master/text/0505-api-comment-conventions.md#using-markdown
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 |
