We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f8a0c commit 8b476e6Copy full SHA for 8b476e6
rustlings-macros/info.toml
@@ -122,7 +122,7 @@ dir = "01_variables"
122
test = false
123
hint = """
124
We know about variables and mutability, but there is another important type of
125
-variables available: constants.
+variable available: constants.
126
127
Constants are always immutable. They are declared with the keyword `const`
128
instead of `let`.
0 commit comments