str: Make docs consistently punctuated

This commit is contained in:
Sam Whited 2017-03-20 20:01:18 -05:00 committed by Ben Striegel
parent 58c701f5c7
commit 49db656b06
1 changed files with 1 additions and 1 deletions

View File

@ -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`].
///