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 d6d696b commit a53b3f1Copy full SHA for a53b3f1
exercises/standard_library_types/iterator3.rs
@@ -114,7 +114,7 @@ mod tests {
114
115
116
117
-// Minor hint: In each of the two cases in the match in main, you can create x with either
+// Minor hint: In each of the two cases in the match in main, you can create x with either
118
// a 'turbofish' or by hinting the type of x to the compiler. You may try both.
119
120
@@ -143,5 +143,5 @@ mod tests {
143
144
145
146
-// Major hint: Have a look at the Iter trait and at the explanation of its collect function.
+// Major hint: Have a look at the Iter trait and at the explanation of its collect function.
147
// Especially the part about Result is interesting.
0 commit comments