Fix(functions4): Update line number in hint

This commit is contained in:
ageorgou 2019-11-12 23:49:19 +00:00 committed by GitHub
parent 57a837bde6
commit 8cc5af121c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ name = "functions4"
path = "exercises/functions/functions4.rs" path = "exercises/functions/functions4.rs"
mode = "compile" mode = "compile"
hint = """ 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 `->`. This is where the function's return type should be-- take a look at
the `is_even` function for an example!""" the `is_even` function for an example!"""