1
Fork 0

Fix inconsistent doc headings

This fixes headings reading "Unsafety" and "Example", they should be
"Safety" and "Examples" according to RFC 1574.
This commit is contained in:
lukaramu 2017-08-24 17:33:36 +02:00
parent af6298d590
commit 49ee9f3f08
12 changed files with 38 additions and 38 deletions

View file

@ -1714,7 +1714,7 @@ impl str {
///
/// [`Err`]: str/trait.FromStr.html#associatedtype.Err
///
/// # Example
/// # Examples
///
/// Basic usage
///