mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
docs: Add missing period
This commit is contained in:
parent
5d177afe95
commit
e6a35c4953
@ -892,7 +892,7 @@ impl OsStr {
|
||||
/// Note: As the encoding is unspecified, any sub-slice of bytes that is not valid UTF-8 should
|
||||
/// be treated as opaque and only comparable within the same rust version built for the same
|
||||
/// target platform. For example, sending the slice over the network or storing it in a file
|
||||
/// 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
|
||||
/// and [`std::ffi`] for platform-specific, specified conversions.
|
||||
///
|
||||
/// [`std::ffi`]: crate::ffi
|
||||
|
Loading…
Reference in New Issue
Block a user