about summary refs log tree commit diff
diff options
context:
space:
mode:
-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