@@ -193,15 +193,15 @@ impl Slice {
193
193
pub trait OsStringExt {
194
194
/// Creates an [`OsString`] from a byte vector.
195
195
///
196
- /// See the module docmentation for an example.
196
+ /// See the module documentation for an example.
197
197
///
198
198
/// [`OsString`]: ../../../ffi/struct.OsString.html
199
199
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
200
200
fn from_vec ( vec : Vec < u8 > ) -> Self ;
201
201
202
202
/// Yields the underlying byte vector of this [`OsString`].
203
203
///
204
- /// See the module docmentation for an example.
204
+ /// See the module documentation for an example.
205
205
///
206
206
/// [`OsString`]: ../../../ffi/struct.OsString.html
207
207
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
@@ -226,14 +226,14 @@ pub trait OsStrExt {
226
226
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
227
227
/// Creates an [`OsStr`] from a byte slice.
228
228
///
229
- /// See the module docmentation for an example.
229
+ /// See the module documentation for an example.
230
230
///
231
231
/// [`OsStr`]: ../../../ffi/struct.OsStr.html
232
232
fn from_bytes ( slice : & [ u8 ] ) -> & Self ;
233
233
234
234
/// Gets the underlying byte view of the [`OsStr`] slice.
235
235
///
236
- /// See the module docmentation for an example.
236
+ /// See the module documentation for an example.
237
237
///
238
238
/// [`OsStr`]: ../../../ffi/struct.OsStr.html
239
239
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
0 commit comments