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.
2 parents ee32c04 + 1221999 commit 0c736c7Copy full SHA for 0c736c7
src/doc/guide.md
@@ -4508,7 +4508,7 @@ range(1i, 100i).map(|x| x + 1i);
4508
4509
`map` is called upon another iterator, and produces a new iterator where each
4510
element reference has the closure it's been given as an argument called on it.
4511
-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
4512
compile the example, you'll get a warning:
4513
4514
```{notrust,ignore}
0 commit comments