mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-14 07:53:24 +00:00
Doc nit.
This commit is contained in:
parent
86f0dcb9ab
commit
db355082e1
@ -518,7 +518,7 @@ should be encoded as UTF-8). Rust understands a number of
|
|||||||
character escapes, using the backslash character:
|
character escapes, using the backslash character:
|
||||||
|
|
||||||
`\n`
|
`\n`
|
||||||
: A newline (Unicode character 32).
|
: A newline (Unicode character 10).
|
||||||
|
|
||||||
`\r`
|
`\r`
|
||||||
: A carriage return (13).
|
: A carriage return (13).
|
||||||
|
Loading…
Reference in New Issue
Block a user