From 7d4100ed8a1fb725a2592465f18147828fa9ff75 Mon Sep 17 00:00:00 2001 From: William Ugalde Gamboa Date: Fri, 30 Aug 2024 20:27:26 -0600 Subject: [PATCH] Fix example in 'primitive_types3' hint --- rustlings-macros/info.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml index 504bfd9..fd4d940 100644 --- a/rustlings-macros/info.toml +++ b/rustlings-macros/info.toml @@ -253,7 +253,7 @@ require you to type in 100 items (but you certainly can if you want!). For example, you can do: ``` -let array = ["Are we there yet?"; 10]; +let array = ["Are we there yet?"; 100]; ``` Bonus: what are some other things you could have that would return `true`