Skip to content

Commit 6b04848

Browse files
committed
minor changes to hint
1 parent c5898ac commit 6b04848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ hint = """
815815
Step 1:
816816
We need to apply something to the collection `my_fav_fruits` before we start to go through
817817
it. What could that be? Take a look at the struct definition for a vector for inspiration:
818-
https://doc.rust-lang.org/std/vec/struct.Vec.html.
818+
https://doc.rust-lang.org/std/vec/struct.Vec.html
819819
Step 2 & step 3:
820820
Very similar to the lines above and below. You've got this!
821821
Step 4:

0 commit comments

Comments
 (0)