1
Fork 0

fix some typos

This commit is contained in:
Martin Lindhe 2017-11-21 15:33:45 +01:00
parent ebda7662db
commit ece9a57d1b
24 changed files with 37 additions and 37 deletions

View file

@ -596,7 +596,7 @@ impl String {
/// Decode a UTF-16 encoded vector `v` into a `String`, returning [`Err`]
/// if `v` contains any invalid data.
///
/// [`Err`]: ../../std/result/enum.Result.htlm#variant.Err
/// [`Err`]: ../../std/result/enum.Result.html#variant.Err
///
/// # Examples
///