summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rw-r--r--functions/functions4.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/functions4.rs b/functions/functions4.rs
index 4da8d70..5baca0e 100644
--- a/functions/functions4.rs
+++ b/functions/functions4.rs
@@ -39,6 +39,6 @@ fn is_even(num: i32) -> bool {
-// The error message points to line 10 and says it expects a type after the
+// The error message points to line 12 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!