summaryrefslogtreecommitdiff
path: root/rustlings-macros/info.toml
diff options
context:
space:
mode:
authorbri-rose <brielle.moddy@gmail.com>2024-09-13 10:23:05 -0500
committerGitHub <noreply@github.com>2024-09-13 10:23:05 -0500
commit8b476e678a8b28bb1885671375a4a7a1b330b16b (patch)
tree1f3359b2e373c7933a3ef6cf5813ca0b7a090a41 /rustlings-macros/info.toml
parent47f8a0cbe502654ec09a6865cc82fe9330580ce1 (diff)
Update info.toml
Fixed grammatical error, subject/verb agreement at line 124-125.
Diffstat (limited to 'rustlings-macros/info.toml')
-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`.