From 8cc5af121c8b52af64f0e7e5f074f796b118aa58 Mon Sep 17 00:00:00 2001 From: ageorgou <1186102+ageorgou@users.noreply.github.com> Date: Tue, 12 Nov 2019 23:49:19 +0000 Subject: [PATCH] Fix(functions4): Update line number in hint --- info.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.toml b/info.toml index c7ad1e2..848aff3 100644 --- a/info.toml +++ b/info.toml @@ -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!"""