We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619ced0 commit fc825f0Copy full SHA for fc825f0
src/libstd/ffi/os_str.rs
@@ -84,7 +84,7 @@ pub struct OsString {
84
/// This type represents a borrowed reference to a string in the operating system's preferred
85
/// representation.
86
///
87
-/// `OsStr` is to [`OsString`] as [`String`] is to [`&str`]: the former in each pair are borrowed
+/// `OsStr` is to [`OsString`] as [`&str`] is to [`String`]: the former in each pair are borrowed
88
/// references; the latter are owned strings.
89
90
/// See the [module's toplevel documentation about conversions][conversions] for a discussion on
0 commit comments