Skip to content

Commit

Permalink
Merge pull request #2109 from bri-rose/main
Browse files Browse the repository at this point in the history
grammatical error in info.toml
  • Loading branch information
mo8it committed Sep 14, 2024
2 parents 47f8a0c + 8b476e6 commit 1bae2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustlings-macros/info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 1bae2dc

Please sign in to comment.