Skip to content

Commit 301bc52

Browse files
fix: lineno typo
1 parent f88c7d1 commit 301bc52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

info.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ name = "functions4"
123123
path = "exercises/functions/functions4.rs"
124124
mode = "compile"
125125
hint = """
126-
The error message points to line 14 and says it expects a type after the
127-
`->`. This is where the function's return type should be-- take a look at
126+
The error message points to line 17 and says it expects a type after the
127+
`->`. This is where the function's return type should be -- take a look at
128128
the `is_even` function for an example!
129129
130130
Also: Did you figure out that, technically, u32 would be the more fitting type

0 commit comments

Comments
 (0)