We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ddbf17 commit 7857fe2Copy full SHA for 7857fe2
README.md
@@ -242,8 +242,8 @@ fn main() -> anyhow::Result<()> {
242
}
243
```
244
# Iterator
245
-The Iterator I’ve prepared has into_iter and iter implemented.
246
-Therefore, you can easily map or convert it to a different Iterator using collect.
+The Iterator I’ve prepared has `into_iter` and `iter` implemented.
+Therefore, you can easily map or convert it to a different Iterator using `collect`.
247
Feel free to explore the capabilities of the Iterator you’ve been given!
248
249
### `into_iter()`
0 commit comments