Skip to content

Commit 8cc5af1

Browse files
authored
Fix(functions4): Update line number in hint
1 parent 57a837b commit 8cc5af1

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
@@ -90,7 +90,7 @@ name = "functions4"
9090
path = "exercises/functions/functions4.rs"
9191
mode = "compile"
9292
hint = """
93-
The error message points to line 12 and says it expects a type after the
93+
The error message points to line 14 and says it expects a type after the
9494
`->`. This is where the function's return type should be-- take a look at
9595
the `is_even` function for an example!"""
9696

0 commit comments

Comments
 (0)