Skip to content

Commit 1bae2dc

Browse files
authored
Merge pull request #2109 from bri-rose/main
grammatical error in info.toml
2 parents 47f8a0c + 8b476e6 commit 1bae2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustlings-macros/info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ dir = "01_variables"
122122
test = false
123123
hint = """
124124
We know about variables and mutability, but there is another important type of
125-
variables available: constants.
125+
variable available: constants.
126126
127127
Constants are always immutable. They are declared with the keyword `const`
128128
instead of `let`.

0 commit comments

Comments
 (0)