From e6a35c49533dd734f178b04677404df0da518737 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 19 May 2023 19:41:41 -0500 Subject: [PATCH] docs: Add missing period --- library/std/src/ffi/os_str.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/std/src/ffi/os_str.rs b/library/std/src/ffi/os_str.rs index dd92b9cf76a..bb577acf769 100644 --- a/library/std/src/ffi/os_str.rs +++ b/library/std/src/ffi/os_str.rs @@ -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