From 76b4cb5c000fd75c629c7f72ea4ff56fb51ff3e5 Mon Sep 17 00:00:00 2001 From: Enrico Miccoli Date: Mon, 12 Aug 2019 11:45:40 +0200 Subject: [PATCH] chore: Correct typo --- exercises/standard_library_types/iterators2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/standard_library_types/iterators2.rs b/exercises/standard_library_types/iterators2.rs index 168368f..b6d3366 100644 --- a/exercises/standard_library_types/iterators2.rs +++ b/exercises/standard_library_types/iterators2.rs @@ -78,7 +78,7 @@ mod tests { // Step 1 // You need to call something on `first` before it can be collected -// Currently it's type is `char`. Have a look at the methods that are available on that type: +// Currently its type is `char`. Have a look at the methods that are available on that type: // https://doc.rust-lang.org/std/primitive.char.html