From ef381ba48db887ccbc06dd6a2dcae3219e8d53ae Mon Sep 17 00:00:00 2001 From: mckzm <134839822+mckzm@users.noreply.github.com> Date: Sat, 29 Jun 2024 20:28:16 +0900 Subject: [PATCH] Fix typo to make iterator's exercise 8 editable --- en/src/functional-programing/iterator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/src/functional-programing/iterator.md b/en/src/functional-programing/iterator.md index 0e774c6..799bc97 100644 --- a/en/src/functional-programing/iterator.md +++ b/en/src/functional-programing/iterator.md @@ -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() {