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 2398f37 commit efdebd4Copy full SHA for efdebd4
info.toml
@@ -818,9 +818,9 @@ Step 1:
818
We need to apply something to the collection `my_fav_fruits` before we start to go through
819
it. What could that be? Take a look at the struct definition for a vector for inspiration:
820
https://doc.rust-lang.org/std/vec/struct.Vec.html.
821
-Step 2 & step 2.1:
+Step 2 & step 3:
822
Very similar to the lines above and below. You've got this!
823
-Step 3:
+Step 4:
824
An iterator goes through all elements in a collection, but what if we've run out of
825
elements? What should we expect here? If you're stuck, take a look at
826
https://doc.rust-lang.org/std/iter/trait.Iterator.html for some ideas.
0 commit comments