Rollup merge of #40692 - SamWhited:consistent_str_docs_punctuation, r=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).
This commit is contained in:
commit
baaa253659
@ -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`].
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user