Skip to content

Commit eb55348

Browse files
committed
auto merge of #9423 : madjar/rust/patch-1, r=alexcrichton
Just something I noticed while reading the tutorial.
2 parents 5b6ef09 + 90e1e8f commit eb55348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2692,7 +2692,7 @@ fn main() {
26922692

26932693
In general, `use` creates an local alias:
26942694
An alternate path and a possibly different name to access the same item,
2695-
whiteout touching the original, and with both being interchangeable.
2695+
without touching the original, and with both being interchangeable.
26962696

26972697
## Reexporting names
26982698

0 commit comments

Comments
 (0)