summary refs log tree commit diff
path: root/src/doc/tutorial.md
diff options
context:
space:
mode:
authorJorge Aparicio <japaric@linux.com>2014-05-01 20:02:11 -0500
committerJorge Aparicio <japaric@linux.com>2014-05-01 20:02:11 -0500
commite4bf643b9975c4c18da87046a4f99e5a5c058a30 (patch)
tree6c9ff7fa74597c487452b4d8742cbbdf0c1fd858 /src/doc/tutorial.md
parentfb72d7cfea9ba44581f708b13aa82ab23ee4fa7e (diff)
downloadrust-e4bf643b9975c4c18da87046a4f99e5a5c058a30.tar.gz
rust-e4bf643b9975c4c18da87046a4f99e5a5c058a30.zip
Fix a/an typos
Diffstat (limited to 'src/doc/tutorial.md')
-rw-r--r--src/doc/tutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md
index 4c3f22e7057..abb713f5e72 100644
--- a/src/doc/tutorial.md
+++ b/src/doc/tutorial.md
@@ -2980,7 +2980,7 @@ fn main() {
 }
 ~~~
 
-In general, `use` creates an local alias:
+In general, `use` creates a local alias:
 An alternate path and a possibly different name to access the same item,
 without touching the original, and with both being interchangeable.