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

@ -809,7 +809,7 @@ impl<'a> cmp::Ord for Components<'a> {
/// More details about the overall approach can be found in
/// the module documentation.
///
/// # Example
/// # Examples
///
/// ```rust
/// use std::path::PathBuf;
@ -1041,7 +1041,7 @@ impl AsOsStr for PathBuf {
/// This is an *unsized* type, meaning that it must always be used with behind a
/// pointer like `&` or `Box`.
///
/// # Example
/// # Examples
///
/// ```rust
/// use std::path::Path;