Skip to content

Commit

Permalink
docs: Add missing period
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed May 20, 2023
1 parent 99f7262 commit adfcaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/src/ffi/os_str.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adfcaf8

Please sign in to comment.