File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ impl String {
381381 /// Converts a vector of bytes to a `String` without checking that the
382382 /// string contains valid UTF-8.
383383 ///
384- /// See the safe version, [`from_utrf8 ()`][fromutf8], for more.
384+ /// See the safe version, [`from_utf8 ()`][fromutf8], for more.
385385 ///
386386 /// [fromutf8]: struct.String.html#method.from_utf8
387387 ///
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ pub fn from_utf8(v: &[u8]) -> Result<&str, Utf8Error> {
243243/// Converts a slice of bytes to a string slice without checking
244244/// that the string contains valid UTF-8.
245245///
246- /// See the safe version, [`from_utrf8 ()`][fromutf8], for more.
246+ /// See the safe version, [`from_utf8 ()`][fromutf8], for more.
247247///
248248/// [fromutf8]: fn.from_utf8.html
249249///
You can’t perform that action at this time.
0 commit comments