Skip to content

Commit

Permalink
Merge pull request rust-lang#2092 from wugalde19/fix-hint-example-for…
Browse files Browse the repository at this point in the history
…-primitive-types3

Fix example in 'primitive_types3' hint
  • Loading branch information
mo8it authored Aug 31, 2024
2 parents c8d1d9c + 7d4100e commit ea52c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustlings-macros/info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit ea52c99

Please sign in to comment.