about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGeorges Dubus <georges.dubus@gmail.com>2013-09-23 10:04:48 +0200
committerGeorges Dubus <georges.dubus@gmail.com>2013-09-23 10:04:48 +0200
commit90e1e8fc4078c05b22b6a4d2716f50db6ec860f7 (patch)
tree8009ec4dd5105b33a516d173619e3f8905d0b80c
parent03e5e9631567904e03ec61b698a1eeff1372125d (diff)
downloadrust-90e1e8fc4078c05b22b6a4d2716f50db6ec860f7.tar.gz
rust-90e1e8fc4078c05b22b6a4d2716f50db6ec860f7.zip
Fixed a small typo in the tutorial
Just something I noticed while reading the tutorial.
-rw-r--r--doc/tutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial.md b/doc/tutorial.md
index e1ae219159d..4c80c982ae6 100644
--- a/doc/tutorial.md
+++ b/doc/tutorial.md
@@ -2655,7 +2655,7 @@ fn main() {
 
 In general, `use` creates an local alias:
 An alternate path and a possibly different name to access the same item,
-whiteout touching the original, and with both being interchangeable.
+without touching the original, and with both being interchangeable.
 
 ## Reexporting names