diff --git a/doc/tutorial.md b/doc/tutorial.md index a602ed6a981..03e4da4d70a 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -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).