This commit is contained in:
Graydon Hoare 2012-07-04 11:51:57 -07:00
parent 86f0dcb9ab
commit db355082e1
1 changed files with 1 additions and 1 deletions

View File

@ -518,7 +518,7 @@ should be encoded as UTF-8). Rust understands a number of
character escapes, using the backslash character:
`\n`
: A newline (Unicode character 32).
: A newline (Unicode character 10).
`\r`
: A carriage return (13).