mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-22 20:19:42 +00:00
Merge pull request #528 from mckzm/master
Fix typo to make the Iterator section's exercise 8 editable in the browser
This commit is contained in:
@ -223,7 +223,7 @@ Some of these methods call the method `next`to use up the iterator, so they are
|
||||
|
||||
8. 🌟🌟
|
||||
|
||||
```rust,edtiable
|
||||
```rust,editable
|
||||
|
||||
/* Fill in the blank and fix the errors */
|
||||
fn main() {
|
||||
|
Reference in New Issue
Block a user