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 229d0d3 commit 0d985c9Copy full SHA for 0d985c9
src/libstd/ffi/os_str.rs
@@ -29,7 +29,7 @@ use sys_common::{AsInner, IntoInner, FromInner};
29
/// * On Windows, strings are often arbitrary sequences of non-zero 16-bit
30
/// values, interpreted as UTF-16 when it is valid to do so.
31
///
32
-/// * In Rust, strings are always valid UTF-8, but may contain zeros.
+/// * In Rust, strings are always valid UTF-8, which may contain zeros.
33
34
/// `OsString` and [`OsStr`] bridge this gap by simultaneously representing Rust
35
/// and platform-native string values, and in particular allowing a Rust string
0 commit comments