summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMo <76752051+mo8it@users.noreply.github.com>2024-09-14 23:52:54 +0200
committerGitHub <noreply@github.com>2024-09-14 23:52:54 +0200
commit1bae2dcb0019d579cdfe5a0c68a9e46780eea6dd (patch)
tree1f3359b2e373c7933a3ef6cf5813ca0b7a090a41
parent47f8a0cbe502654ec09a6865cc82fe9330580ce1 (diff)
parent8b476e678a8b28bb1885671375a4a7a1b330b16b (diff)
Merge pull request #2109 from bri-rose/main
grammatical error in 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`.