diff options
| author | liv <mokou@fastmail.com> | 2023-01-11 12:22:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-11 12:22:52 +0100 |
| commit | c28c661deb55c5cf7e17914b98f6eae58a20de52 (patch) | |
| tree | 1acb4392efb35039608235deeabbf80d2b16ae64 | |
| parent | c5898ac6b7d4e4048c40ac90b4c2669fc380660d (diff) | |
| parent | 6b04848d413b09ee7925b280c38f57fdb35166a3 (diff) | |
Merge pull request #1336 from h4x5p4c3/main
minor changes to hint
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -815,7 +815,7 @@ hint = """ Step 1: We need to apply something to the collection `my_fav_fruits` before we start to go through it. What could that be? Take a look at the struct definition for a vector for inspiration: -https://doc.rust-lang.org/std/vec/struct.Vec.html. +https://doc.rust-lang.org/std/vec/struct.Vec.html Step 2 & step 3: Very similar to the lines above and below. You've got this! Step 4: |
