From bec8e3a644cbd88db1c73ea5f1d8a364f4a34016 Mon Sep 17 00:00:00 2001 From: sjmann Date: Sat, 22 Feb 2020 13:04:37 +0000 Subject: [PATCH 1/2] reworded missing exercise explanation --- exercises/standard_library_types/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/standard_library_types/README.md b/exercises/standard_library_types/README.md index 7f20b77..94231b8 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 exercice! From a3f70124dcc99ad5ec5f1ec73d8718644a8aa07e Mon Sep 17 00:00:00 2001 From: sjmann Date: Sat, 22 Feb 2020 14:28:07 +0000 Subject: [PATCH 2/2] fixed typo --- exercises/standard_library_types/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/standard_library_types/README.md b/exercises/standard_library_types/README.md index 94231b8..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. Iterators is a challenging topic, so we're leaving space for a simpler exercice! +Do not adjust your monitors-- iterators1.rs is indeed missing. Iterators is a challenging topic, so we're leaving space for a simpler exercise!