From 93a816ab9dba0c382234a3d7baf38f7959dae30d Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Thu, 19 Jan 2012 16:01:03 -0800 Subject: [PATCH] Fix typo --- doc/rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rust.md b/doc/rust.md index fcd152ba641..025c7c129c5 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -91,7 +91,7 @@ existing source code. ## Unicode productions A small number of productions in Rust's grammar permit Unicode codepoints -ouside the ASCII range; these productions are defined in terms of character +outside the ASCII range; these productions are defined in terms of character properties given by the Unicode standard, rather than ASCII-range codepoints. These are given in the section [Special Unicode Productions](#special-unicode-productions).