Skip to content

Commit fdc3eb3

Browse files
authored
Merge pull request #1002 from lucasgrvarela/patch-1
Update info.toml - fix line number hint on exercise variables 1
2 parents 06cc363 + b0e079e commit fdc3eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name = "variables1"
2121
path = "exercises/variables/variables1.rs"
2222
mode = "compile"
2323
hint = """
24-
Hint: The declaration on line 12 is missing a keyword that is needed in Rust
24+
Hint: The declaration on line 8 is missing a keyword that is needed in Rust
2525
to create a new variable binding."""
2626

2727
[[exercises]]

0 commit comments

Comments
 (0)