diff options
| author | Enrico Miccoli <EnricoMiccoli@users.noreply.github.com> | 2019-08-12 11:45:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-12 11:45:40 +0200 |
| commit | 76b4cb5c000fd75c629c7f72ea4ff56fb51ff3e5 (patch) | |
| tree | 74a62b674f7501bd18c1c95bc38548bd9de95903 | |
| parent | f83af3c25d5b824391d2fb79e0c278a5f77bea21 (diff) | |
chore: Correct typo
| -rw-r--r-- | exercises/standard_library_types/iterators2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
