summaryrefslogtreecommitdiff
path: root/exercises
diff options
context:
space:
mode:
authorfmoko <mokou@posteo.de>2020-02-22 15:34:51 +0100
committerGitHub <noreply@github.com>2020-02-22 15:34:51 +0100
commitec51cdb22966b6c68cb806b181d1d3bf2ba73159 (patch)
tree2a0fad7b3581718ddbfec3ef75e8db7b573fb5f6 /exercises
parentc228a06e49ac415e5187b43547a588b50bbe6dfd (diff)
parenta3f70124dcc99ad5ec5f1ec73d8718644a8aa07e (diff)
Merge pull request #273 from sjmann/master
docs(iterators): Updated iterators readme to account for iterators4 exercise
Diffstat (limited to 'exercises')
-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 7f20b77..d138d87 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-- iterators1.rs is indeed missing. iterators3.rs 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. Iterators is a challenging topic, so we're leaving space for a simpler exercise!