diff options
| author | Sam Whited <sam@samwhited.com> | 2017-03-20 20:01:18 -0500 |
|---|---|---|
| committer | Ben Striegel <ben.striegel@gmail.com> | 2017-03-21 16:09:31 -0400 |
| commit | 49db656b069c425d5895e4b2b6f6684d80ba24b8 (patch) | |
| tree | 6b75ae74a3161ca334b7f4c358f85784d48e1295 /src | |
| parent | 58c701f5c7dc26d9b55c631006ece52abe1ddce2 (diff) | |
str: Make docs consistently punctuated
Diffstat (limited to 'src')
| -rw-r--r-- | src/libcore/str/mod.rs | 2 |
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`]. /// |
