summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rustlings-macros/info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index 0fe8343..2d42045 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -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`.