docs: Add missing period

This commit is contained in:
Ed Page 2023-05-19 19:41:41 -05:00
parent 5d177afe95
commit e6a35c4953

View File

@ -892,7 +892,7 @@ impl OsStr {
/// Note: As the encoding is unspecified, any sub-slice of bytes that is not valid UTF-8 should /// 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 /// 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 /// 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. /// and [`std::ffi`] for platform-specific, specified conversions.
/// ///
/// [`std::ffi`]: crate::ffi /// [`std::ffi`]: crate::ffi