about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/libstd/ffi/os_str.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libstd/ffi/os_str.rs b/src/libstd/ffi/os_str.rs
index 72b0e68a9b6..b6032f7c74c 100644
--- a/src/libstd/ffi/os_str.rs
+++ b/src/libstd/ffi/os_str.rs
@@ -59,8 +59,8 @@ use sys_common::{AsInner, IntoInner, FromInner};
 ///
 /// # Conversions
 ///
-/// See the [module's toplevel documentation about conversions][conversions] for a discussion on the traits which
-/// `OsString` implements for conversions from/to native representations.
+/// See the [module's toplevel documentation about conversions][conversions] for a discussion on
+/// the traits which `OsString` implements for conversions from/to native representations.
 ///
 /// [`OsStr`]: struct.OsStr.html
 /// [`From`]: ../convert/trait.From.html
@@ -87,8 +87,8 @@ pub struct OsString {
 /// `OsStr` is to [`OsString`] as [`String`] is to [`&str`]: the former in each pair are borrowed
 /// references; the latter are owned strings.
 ///
-/// See the [module's toplevel documentation about conversions][conversions] for a discussion on the traits which
-/// `OsStr` implements for conversions from/to native representations.
+/// See the [module's toplevel documentation about conversions][conversions] for a discussion on
+/// the traits which `OsStr` implements for conversions from/to native representations.
 ///
 /// [`OsString`]: struct.OsString.html
 /// [conversions]: index.html#conversions