mirror of
https://github.com/notohh/rustlings.git
synced 2024-12-18 06:58:10 -05:00
Merge pull request #2109 from bri-rose/main
grammatical error in info.toml
This commit is contained in:
commit
1bae2dcb00
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ dir = "01_variables"
|
||||||
test = false
|
test = false
|
||||||
hint = """
|
hint = """
|
||||||
We know about variables and mutability, but there is another important type of
|
We know about variables and mutability, but there is another important type of
|
||||||
variables available: constants.
|
variable available: constants.
|
||||||
|
|
||||||
Constants are always immutable. They are declared with the keyword `const`
|
Constants are always immutable. They are declared with the keyword `const`
|
||||||
instead of `let`.
|
instead of `let`.
|
||||||
|
|
Loading…
Reference in a new issue