Skip to content

Commit 7857fe2

Browse files
committed
update readme
1 parent 0ddbf17 commit 7857fe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ fn main() -> anyhow::Result<()> {
242242
}
243243
```
244244
# 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.
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`.
247247
Feel free to explore the capabilities of the Iterator you’ve been given!
248248

249249
### `into_iter()`

0 commit comments

Comments
 (0)