Skip to content

Commit c28c661

Browse files
authored
Merge pull request #1336 from h4x5p4c3/main
minor changes to hint
2 parents c5898ac + 6b04848 commit c28c661

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)