summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarisa <mokou@posteo.de>2019-12-16 12:51:03 +0100
committerGitHub <noreply@github.com>2019-12-16 12:51:03 +0100
commit419f7797f294e4ce6a2b883199731b5bde77d262 (patch)
tree81a0174801b8520e749990306db43cb6ae2c52d6
parent4b79691d5e337e60a9e8eaf7f98f5c046be90755 (diff)
parent54571a5fca835a2e59567b8a2bb636417b0c59c6 (diff)
fix(iterators2): Remove reference to missing iterators2.rs (#245)
fix(iterators2): Remove reference to missing iterators2.rs
-rw-r--r--exercises/standard_library_types/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/standard_library_types/README.md b/exercises/standard_library_types/README.md
index 4528802..7f20b77 100644
--- a/exercises/standard_library_types/README.md
+++ b/exercises/standard_library_types/README.md
@@ -1,5 +1,5 @@
For the Arc exercise check out the chapter [Shared-State Concurrency](https://doc.rust-lang.org/book/ch16-03-shared-state.html) of the Rust Book.
For the Iterator exercise check out the chapters [Iterator](https://doc.rust-lang.org/book/ch13-02-iterators.html) of the Rust Book and the [Iterator documentation](https://doc.rust-lang.org/stable/std/iter/).
-Do not adjust your monitors-- iterators 1 and 2 are indeed missing. Iterator 3 is a bit challenging so we're leaving space for some exercises to lead up to it!
+Do not adjust your monitors-- iterators1.rs is indeed missing. iterators3.rs is a bit challenging so we're leaving space for some exercises to lead up to it!