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:
parent
f899513a30
commit
64ab111b53
76 changed files with 341 additions and 341 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue