Skip to content

Commit

Permalink
Merge pull request rust-lang#1562 from tajo48/main
Browse files Browse the repository at this point in the history
chore: update hint for vecs2
  • Loading branch information
shadows-withal authored Jun 15, 2023
2 parents 0282da6 + e1704a2 commit 4b9e77d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ name = "vecs2"
path = "exercises/vecs/vecs2.rs"
mode = "test"
hint = """
Hint 1: `element` is each element from the Vec as they are being iterated. Can you
try multiplying this?
Hint 1: In the code, the variable `element` represents an item from the Vec as it is being iterated.
Can you try multiplying this?
Hint 2: For the first function, there's a way to directly access the numbers stored
in the Vec, using the * dereference operator. You can both access and write to the
Expand Down

0 comments on commit 4b9e77d

Please sign in to comment.