Skip to content

Commit 90e1e8f

Browse files
committed
Fixed a small typo in the tutorial
Just something I noticed while reading the tutorial.
1 parent 03e5e96 commit 90e1e8f

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
@@ -2655,7 +2655,7 @@ fn main() {
26552655

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

26602660
## Reexporting names
26612661

0 commit comments

Comments
 (0)