diff options
| author | Georges Dubus <georges.dubus@gmail.com> | 2013-09-23 10:04:48 +0200 |
|---|---|---|
| committer | Georges Dubus <georges.dubus@gmail.com> | 2013-09-23 10:04:48 +0200 |
| commit | 90e1e8fc4078c05b22b6a4d2716f50db6ec860f7 (patch) | |
| tree | 8009ec4dd5105b33a516d173619e3f8905d0b80c | |
| parent | 03e5e9631567904e03ec61b698a1eeff1372125d (diff) | |
| download | rust-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.md | 2 |
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 |
