Skip to content

Commit 8b476e6

Browse files
authored
Update info.toml
Fixed grammatical error, subject/verb agreement at line 124-125.
1 parent 47f8a0c commit 8b476e6

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)