summaryrefslogtreecommitdiff
path: root/rustlings-macros
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-06-08 21:43:38 +0200
committermo8it <mo8it@proton.me>2024-06-08 21:43:38 +0200
commit0338b1cbdfa567d5f9580afef1d4483c7d275c32 (patch)
tree21b26766ab582facde5c19628385a6ded30acf10 /rustlings-macros
parente1051724c3f8d9dc3d25bcb854e0c4ac7ff3b2b6 (diff)
primitive_types3 solution
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: