diff options
| author | diannasoreil <mokou@fastmail.com> | 2022-05-21 16:29:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-21 16:29:51 +0200 |
| commit | fdc3eb3b4e37e7241e5c6ba2ec886e0ade7d286b (patch) | |
| tree | d0e2e7c399cf6570751fd035ca6df990867a4c13 | |
| parent | 06cc363a462d65601de9159b22f3379a07df80ac (diff) | |
| parent | b0e079e6bf7963aa9acbd94ac0b190cd93b6f301 (diff) | |
Merge pull request #1002 from lucasgrvarela/patch-1
Update info.toml - fix line number hint on exercise variables 1
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ name = "variables1" path = "exercises/variables/variables1.rs" mode = "compile" hint = """ -Hint: The declaration on line 12 is missing a keyword that is needed in Rust +Hint: The declaration on line 8 is missing a keyword that is needed in Rust to create a new variable binding.""" [[exercises]] |
