Skip to content

Commit

Permalink
Rollup merge of #40692 - SamWhited:consistent_str_docs_punctuation, r…
Browse files Browse the repository at this point in the history
…=bstrie

str: Make docs consistently punctuated

Every so slightly pointless one character PR, but this was driving me nuts while reading the docs a moment ago (all the [other public structs](https://doc.rust-lang.org/std/str/index.html#structs) have descriptions that end in a full-stop).
  • Loading branch information
frewsxcv committed Mar 22, 2017
2 parents 5f6edf4 + 49db656 commit 0c00b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/str/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ impl fmt::Display for Utf8Error {
Section: Iterators
*/

/// Iterator for the char (representing *Unicode Scalar Values*) of a string
/// Iterator for the char (representing *Unicode Scalar Values*) of a string.
///
/// Created with the method [`chars`].
///
Expand Down

0 comments on commit 0c00b96

Please sign in to comment.