Merge pull request #2109 from bri-rose/main

grammatical error in info.toml
This commit is contained in:
Mo 2024-09-14 23:52:54 +02:00 committed by GitHub
commit 1bae2dcb00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -122,7 +122,7 @@ dir = "01_variables"
test = false
hint = """
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`
instead of `let`.