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 298730e commit 5583d81Copy full SHA for 5583d81
src/librustc_unicode/char.rs
@@ -232,8 +232,8 @@ impl char {
232
/// Returns an iterator that yields the hexadecimal Unicode escape of a
233
/// character, as `char`s.
234
///
235
- /// All characters are escaped with Rust syntax of the form `\\u{NNNN}`
236
- /// where `NNNN` is the shortest hexadecimal representation.
+ /// All characters are escaped with Rust syntax of the form `\u{NNNNNN}`
+ /// where `NNNNNN` is the shortest hexadecimal representation.
237
238
/// # Examples
239
0 commit comments