Rollup merge of #31272 - errandir:master, r=steveklabnik

This commit is contained in:
Manish Goregaokar 2016-01-29 20:19:39 +05:30
commit 97549c4f16

View file

@ -641,7 +641,7 @@ impl String {
Cow::Owned(res)
}
/// Decode a UTF-16 encoded vector `v` into a `String`, returning `None`
/// Decode a UTF-16 encoded vector `v` into a `String`, returning `Err`
/// if `v` contains any invalid data.
///
/// # Examples