doc: Correct char::escape_unicode documentation.
This commit is contained in:
parent
298730e703
commit
5583d81d83
1 changed files with 2 additions and 2 deletions
|
|
@ -232,8 +232,8 @@ impl char {
|
|||
/// Returns an iterator that yields the hexadecimal Unicode escape of a
|
||||
/// character, as `char`s.
|
||||
///
|
||||
/// All characters are escaped with Rust syntax of the form `\\u{NNNN}`
|
||||
/// 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.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue