Example -> Examples

This brings comments in line with https://github.com/rust-lang/rfcs/blob/master/text/0505-api-comment-conventions.md#using-markdown
This commit is contained in:
Steve Klabnik 2015-03-11 21:11:40 -04:00
parent f899513a30
commit 64ab111b53
76 changed files with 341 additions and 341 deletions

View file

@ -5428,7 +5428,7 @@ impl<'a> Parser<'a> {
/// Parse extern crate links
///
/// # Example
/// # Examples
///
/// extern crate url;
/// extern crate foo = "bar"; //deprecated