From db355082e1ec2d5ed4a78f6d281eba55cf444cb5 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 4 Jul 2012 11:51:57 -0700 Subject: [PATCH] Doc nit. --- doc/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).