about summary refs log tree commit diff
path: root/src/libcore/str
diff options
context:
space:
mode:
authorSam Whited <sam@samwhited.com>2017-03-20 20:01:18 -0500
committerBen Striegel <ben.striegel@gmail.com>2017-03-21 16:09:31 -0400
commit49db656b069c425d5895e4b2b6f6684d80ba24b8 (patch)
tree6b75ae74a3161ca334b7f4c358f85784d48e1295 /src/libcore/str
parent58c701f5c7dc26d9b55c631006ece52abe1ddce2 (diff)
str: Make docs consistently punctuated
Diffstat (limited to 'src/libcore/str')
-rw-r--r--src/libcore/str/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/str/mod.rs b/src/libcore/str/mod.rs
index cf3e8a684df..9985cc2b27a 100644
--- a/src/libcore/str/mod.rs
+++ b/src/libcore/str/mod.rs
@@ -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`].
 ///