Skip to content

Commit e6a35c4

Browse files
committed
docs: Add missing period
1 parent 5d177af commit e6a35c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/ffi/os_str.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ impl OsStr {
892892
/// Note: As the encoding is unspecified, any sub-slice of bytes that is not valid UTF-8 should
893893
/// be treated as opaque and only comparable within the same rust version built for the same
894894
/// 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
895+
/// will likely result in incompatible byte slices. See [`OsString`] for more encoding details
896896
/// and [`std::ffi`] for platform-specific, specified conversions.
897897
///
898898
/// [`std::ffi`]: crate::ffi

0 commit comments

Comments
 (0)