We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e5fe1 commit 1221999Copy full SHA for 1221999
src/doc/guide.md
@@ -4474,7 +4474,7 @@ range(1i, 100i).map(|x| x + 1i);
4474
4475
`map` is called upon another iterator, and produces a new iterator where each
4476
element reference has the closure it's been given as an argument called on it.
4477
-So this would give us the numbers from `2-101`. Well, almost! If you
+So this would give us the numbers from `2-100`. Well, almost! If you
4478
compile the example, you'll get a warning:
4479
4480
```{notrust,ignore}
0 commit comments