Skip to content

Commit 49dce29

Browse files
Fix punctuation.
1 parent 7e13679 commit 49dce29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/ffi/os_str.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ impl OsStr {
616616
/// Note that this does **not** return the number of bytes in the string in
617617
/// OS string form.
618618
///
619-
/// The length returned is that of the underlying storage used by `OsStr`;
619+
/// The length returned is that of the underlying storage used by `OsStr`.
620620
/// As discussed in the [`OsString`] introduction, [`OsString`] and `OsStr`
621621
/// store strings in a form best suited for cheap inter-conversion between
622622
/// native-platform and Rust string forms, which may differ significantly

0 commit comments

Comments
 (0)