Skip to content

Commit 76b4cb5

Browse files
chore: Correct typo
1 parent f83af3c commit 76b4cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/standard_library_types/iterators2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ mod tests {
7878

7979
// Step 1
8080
// You need to call something on `first` before it can be collected
81-
// Currently it's type is `char`. Have a look at the methods that are available on that type:
81+
// Currently its type is `char`. Have a look at the methods that are available on that type:
8282
// https://doc.rust-lang.org/std/primitive.char.html
8383

8484

0 commit comments

Comments
 (0)