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 7e13679 commit 49dce29Copy full SHA for 49dce29
src/libstd/ffi/os_str.rs
@@ -616,7 +616,7 @@ impl OsStr {
616
/// Note that this does **not** return the number of bytes in the string in
617
/// OS string form.
618
///
619
- /// The length returned is that of the underlying storage used by `OsStr`;
+ /// The length returned is that of the underlying storage used by `OsStr`.
620
/// As discussed in the [`OsString`] introduction, [`OsString`] and `OsStr`
621
/// store strings in a form best suited for cheap inter-conversion between
622
/// native-platform and Rust string forms, which may differ significantly
0 commit comments