We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83af3c commit 76b4cb5Copy full SHA for 76b4cb5
exercises/standard_library_types/iterators2.rs
@@ -78,7 +78,7 @@ mod tests {
78
79
// Step 1
80
// 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:
+// Currently its type is `char`. Have a look at the methods that are available on that type:
82
// https://doc.rust-lang.org/std/primitive.char.html
83
84
0 commit comments