diff options
| author | ageorgou <1186102+ageorgou@users.noreply.github.com> | 2019-11-12 23:49:19 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-12 23:49:19 +0000 |
| commit | 8cc5af121c8b52af64f0e7e5f074f796b118aa58 (patch) | |
| tree | f18f507aab28dd48ca22c471deb853270eae6bcb /info.toml | |
| parent | 57a837bde62e9b63ccf6d5f125aa7aef75fabd60 (diff) | |
Fix(functions4): Update line number in hint
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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!""" |
