We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf5b65 commit 6e1be4fCopy full SHA for 6e1be4f
std/src/ffi/mod.rs
@@ -104,7 +104,7 @@
104
//! On Unix, [`OsStr`] implements the
105
//! <code>std::os::unix::ffi::[OsStrExt][unix.OsStrExt]</code> trait, which
106
//! augments it with two methods, [`from_bytes`] and [`as_bytes`].
107
-//! These do inexpensive conversions from and to UTF-8 byte slices.
+//! These do inexpensive conversions from and to byte slices.
108
//!
109
//! Additionally, on Unix [`OsString`] implements the
110
//! <code>std::os::unix::ffi::[OsStringExt][unix.OsStringExt]</code> trait,
0 commit comments