@@ -193,15 +193,15 @@ impl Slice {
193193pub trait OsStringExt {
194194 /// Creates an [`OsString`] from a byte vector.
195195 ///
196- /// See the module docmentation for an example.
196+ /// See the module documentation for an example.
197197 ///
198198 /// [`OsString`]: ../../../ffi/struct.OsString.html
199199 #[ stable( feature = "rust1" , since = "1.0.0" ) ]
200200 fn from_vec ( vec : Vec < u8 > ) -> Self ;
201201
202202 /// Yields the underlying byte vector of this [`OsString`].
203203 ///
204- /// See the module docmentation for an example.
204+ /// See the module documentation for an example.
205205 ///
206206 /// [`OsString`]: ../../../ffi/struct.OsString.html
207207 #[ stable( feature = "rust1" , since = "1.0.0" ) ]
@@ -226,14 +226,14 @@ pub trait OsStrExt {
226226 #[ stable( feature = "rust1" , since = "1.0.0" ) ]
227227 /// Creates an [`OsStr`] from a byte slice.
228228 ///
229- /// See the module docmentation for an example.
229+ /// See the module documentation for an example.
230230 ///
231231 /// [`OsStr`]: ../../../ffi/struct.OsStr.html
232232 fn from_bytes ( slice : & [ u8 ] ) -> & Self ;
233233
234234 /// Gets the underlying byte view of the [`OsStr`] slice.
235235 ///
236- /// See the module docmentation for an example.
236+ /// See the module documentation for an example.
237237 ///
238238 /// [`OsStr`]: ../../../ffi/struct.OsStr.html
239239 #[ stable( feature = "rust1" , since = "1.0.0" ) ]
0 commit comments