We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9ffbff + 47acc4b commit fcf1e73Copy full SHA for fcf1e73
src/libstd_unicode/char.rs
@@ -1461,7 +1461,7 @@ pub struct DecodeUtf16<I>
1461
buf: Option<u16>,
1462
}
1463
1464
-/// An iterator that decodes UTF-16 encoded code points from an iterator of `u16`s.
+/// An error that can be returned when decoding UTF-16 code points.
1465
#[stable(feature = "decode_utf16", since = "1.9.0")]
1466
#[derive(Debug, Clone, Eq, PartialEq)]
1467
pub struct DecodeUtf16Error {
0 commit comments