We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d177af commit e6a35c4Copy full SHA for e6a35c4
library/std/src/ffi/os_str.rs
@@ -892,7 +892,7 @@ impl OsStr {
892
/// Note: As the encoding is unspecified, any sub-slice of bytes that is not valid UTF-8 should
893
/// be treated as opaque and only comparable within the same rust version built for the same
894
/// target platform. For example, sending the slice over the network or storing it in a file
895
- /// will likely result in incompatible byte slices See [`OsString`] for more encoding details
+ /// will likely result in incompatible byte slices. See [`OsString`] for more encoding details
896
/// and [`std::ffi`] for platform-specific, specified conversions.
897
///
898
/// [`std::ffi`]: crate::ffi
0 commit comments