Skip to content

Commit 49db656

Browse files
SamWhitedbstrie
authored andcommitted
str: Make docs consistently punctuated
1 parent 58c701f commit 49db656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/str/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ impl fmt::Display for Utf8Error {
332332
Section: Iterators
333333
*/
334334

335-
/// Iterator for the char (representing *Unicode Scalar Values*) of a string
335+
/// Iterator for the char (representing *Unicode Scalar Values*) of a string.
336336
///
337337
/// Created with the method [`chars`].
338338
///

0 commit comments

Comments
 (0)