Skip to content

Commit

Permalink
Merge pull request rust-lang#1544 from FWDekker/main
Browse files Browse the repository at this point in the history
fix(vecs): rename outdated variable name in hint
  • Loading branch information
shadows-withal authored Jun 12, 2023
2 parents 171d20c + 479574e commit c6c7dd2
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: `i` is each element from the Vec as they are being iterated. Can you try
multiplying this?
Hint 1: `element` is each element from the Vec as they are 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 c6c7dd2

Please sign in to comment.