]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/sys/windows/ext/ffi.rs
Various minor/cosmetic improvements to code
[rust.git] / src / libstd / sys / windows / ext / ffi.rs
index bae0d02786a092dd8134a428fb2ab7a2fbf0cbd5..0a13aeabe8452f3574d5f1f558898df8937ea64a 100644 (file)
@@ -117,7 +117,7 @@ fn from_wide(wide: &[u16]) -> OsString {
 /// [`OsStr`]: ../../../../std/ffi/struct.OsStr.html
 #[stable(feature = "rust1", since = "1.0.0")]
 pub trait OsStrExt {
-    /// Re-encodes an `OsStr` as a wide character sequence, i.e. potentially
+    /// Re-encodes an `OsStr` as a wide character sequence, i.e., potentially
     /// ill-formed UTF-16.
     ///
     /// This is lossless: calling [`OsString::from_wide`] and then