File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ impl String {
381
381
/// Converts a vector of bytes to a `String` without checking that the
382
382
/// string contains valid UTF-8.
383
383
///
384
- /// See the safe version, [`from_utrf8 ()`][fromutf8], for more.
384
+ /// See the safe version, [`from_utf8 ()`][fromutf8], for more.
385
385
///
386
386
/// [fromutf8]: struct.String.html#method.from_utf8
387
387
///
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ pub fn from_utf8(v: &[u8]) -> Result<&str, Utf8Error> {
243
243
/// Converts a slice of bytes to a string slice without checking
244
244
/// that the string contains valid UTF-8.
245
245
///
246
- /// See the safe version, [`from_utrf8 ()`][fromutf8], for more.
246
+ /// See the safe version, [`from_utf8 ()`][fromutf8], for more.
247
247
///
248
248
/// [fromutf8]: fn.from_utf8.html
249
249
///
You can’t perform that action at this time.
0 commit comments