diff options
| author | Jeremy Goh <30731072+thatlittleboy@users.noreply.github.com> | 2022-07-24 00:37:40 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-24 00:37:40 +0800 |
| commit | 301bc52857554e047eabf32fec323f7a10e2b853 (patch) | |
| tree | 6e422931c95782a558851a482bc379d952d35e4c /info.toml | |
| parent | f88c7d1e8c89d26f5180082d68d4b79e4ec47b48 (diff) | |
fix: lineno typo
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -123,8 +123,8 @@ name = "functions4" path = "exercises/functions/functions4.rs" mode = "compile" hint = """ -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 error message points to line 17 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! Also: Did you figure out that, technically, u32 would be the more fitting type |
