We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30291a3 commit 1e02f19Copy full SHA for 1e02f19
info.toml
@@ -260,8 +260,8 @@ name = "vecs2"
260
path = "exercises/vecs/vecs2.rs"
261
mode = "test"
262
hint = """
263
-Hint 1: `i` is each element from the Vec as they are being iterated. Can you try
264
-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?
265
266
Hint 2: For the first function, there's a way to directly access the numbers stored
267
in the Vec, using the * dereference operator. You can both access and write to the
0 commit comments