We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c701f commit 49db656Copy full SHA for 49db656
src/libcore/str/mod.rs
@@ -332,7 +332,7 @@ impl fmt::Display for Utf8Error {
332
Section: Iterators
333
*/
334
335
-/// Iterator for the char (representing *Unicode Scalar Values*) of a string
+/// Iterator for the char (representing *Unicode Scalar Values*) of a string.
336
///
337
/// Created with the method [`chars`].
338
0 commit comments