diff options
| author | Jeremy Goh <30731072+thatlittleboy@users.noreply.github.com> | 2022-07-24 00:36:27 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-24 00:36:27 +0800 |
| commit | f88c7d1e8c89d26f5180082d68d4b79e4ec47b48 (patch) | |
| tree | 453b0d794eb2aa9862cb7c3e2c986565b526bdc4 /info.toml | |
| parent | 3a327096c6d6f8badc066a31f75e7f10468cf9fd (diff) | |
fix: reference to variables4
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ name = "variables5" path = "exercises/variables/variables5.rs" mode = "compile" hint = """ -In variables3 we already learned how to make an immutable variable mutable +In variables4 we already learned how to make an immutable variable mutable using a special keyword. Unfortunately this doesn't help us much in this exercise because we want to assign a different typed value to an existing variable. Sometimes you may also like to reuse existing variable names because you are just converting |
