summaryrefslogtreecommitdiff
path: root/rustlings-macros
diff options
context:
space:
mode:
Diffstat (limited to 'rustlings-macros')
-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 59de7f2..fc0bee8 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -250,7 +250,7 @@ name = "primitive_types3"
dir = "04_primitive_types"
test = false
hint = """
-There's a shorthand to initialize Arrays with a certain size that does not
+There's a shorthand to initialize arrays with a certain size that doesn't
require you to type in 100 items (but you certainly can if you want!).
For example, you can do: