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.
1 parent 560a5da commit 47acc4bCopy full SHA for 47acc4b
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