diff --git a/exercises/standard_library_types/iterators2.rs b/exercises/standard_library_types/iterators2.rs
index 168368f6..b6d33663 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