Skip to content

Commit 1e02f19

Browse files
committed
update hint for vecs2 to match with exercise as it was updated to fix clarity
1 parent 30291a3 commit 1e02f19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

info.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ name = "vecs2"
260260
path = "exercises/vecs/vecs2.rs"
261261
mode = "test"
262262
hint = """
263-
Hint 1: `i` is each element from the Vec as they are being iterated. Can you try
264-
multiplying this?
263+
Hint 1: In the code, the variable `element` represents an item from the Vec as it is being iterated.
264+
Can you try multiplying this?
265265
266266
Hint 2: For the first function, there's a way to directly access the numbers stored
267267
in the Vec, using the * dereference operator. You can both access and write to the

0 commit comments

Comments
 (0)