1
Fork 0

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

@ -1183,7 +1183,7 @@ mod traits {
/// Panics when `begin` and `end` do not point to valid characters
/// or point beyond the last character of the string.
///
/// # Example
/// # Examples
///
/// ```rust
/// let s = "Löwe 老虎 Léopard";