sunface / rust-by-practice

Learning Rust By Practice, narrowing the gap between beginner and skilled-dev through challenging examples, exercises and projects.
https://practice.course.rs
Creative Commons Attribution 4.0 International
12.22k stars 985 forks source link

Fix typo to make the Iterator section's exercise 8 editable in the browser #528

Open mckzm opened 4 months ago

mckzm commented 4 months ago

The Iterator section's 8th exercise is currently uneditable in the browser owing to a small typo in its source, which has edtiable instead of the correct editable. This PR fixes the typo to make the code editable.