Skip to content

Commit

Permalink
Fix(functions4): Update line number in hint
Browse files Browse the repository at this point in the history
  • Loading branch information
ageorgou authored Nov 12, 2019
1 parent 57a837b commit 8cc5af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ name = "functions4"
path = "exercises/functions/functions4.rs"
mode = "compile"
hint = """
The error message points to line 12 and says it expects a type after the
The error message points to line 14 and says it expects a type after the
`->`. This is where the function's return type should be-- take a look at
the `is_even` function for an example!"""

Expand Down

0 comments on commit 8cc5af1

Please sign in to comment.