diff options
| author | Mo <76752051+mo8it@users.noreply.github.com> | 2024-08-31 05:27:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-31 05:27:36 +0200 |
| commit | ea52c99560119070cb2c82c65dd92017240c5071 (patch) | |
| tree | 8d825a3fc7d6399a29d5c04df15b0863d66d7c9a | |
| parent | c8d1d9c51fa218ad7e1afccab95c3a05ba0ba7cb (diff) | |
| parent | 7d4100ed8a1fb725a2592465f18147828fa9ff75 (diff) | |
Merge pull request #2092 from wugalde19/fix-hint-example-for-primitive-types3
Fix example in 'primitive_types3' hint
| -rw-r--r-- | rustlings-macros/info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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` |
