1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-18 23:41:37 +02:00

Update info.toml

Fixed grammatical error, subject/verb agreement at line 124-125.
This commit is contained in:
bri-rose 2024-09-13 10:23:05 -05:00 committed by GitHub
parent 47f8a0cbe5
commit 8b476e678a
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`.