diff options
| author | Cooper Gillan <cooper.gillan@gmail.com> | 2022-02-25 02:35:43 +0000 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2022-07-11 13:53:31 +0200 |
| commit | b3ec8fe0223eda6ce31e72d464b6a56d71b2204f (patch) | |
| tree | f12cd128b3dd405f3a2ea5504d5bf4871545d60d /info.toml | |
| parent | 9688609d0892757b2f0ce769367e7c5821e3f94c (diff) | |
chore: Tweak punctuation in variables6.rs hint
While the meaning is still obvious as is, it makes a little more sense
to use a colon here =)
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ path = "exercises/variables/variables6.rs" mode = "compile" hint = """ We know about variables and mutability, but there is another important type of -variable available; constants. +variable available: constants. Constants are always immutable and they are declared with keyword 'const' rather than keyword 'let'. Constants types must also always be annotated. |
