Skip to content

Commit ea52c99

Browse files
authored
Merge pull request #2092 from wugalde19/fix-hint-example-for-primitive-types3
Fix example in 'primitive_types3' hint
2 parents c8d1d9c + 7d4100e commit ea52c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustlings-macros/info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ require you to type in 100 items (but you certainly can if you want!).
253253
254254
For example, you can do:
255255
```
256-
let array = ["Are we there yet?"; 10];
256+
let array = ["Are we there yet?"; 100];
257257
```
258258
259259
Bonus: what are some other things you could have that would return `true`

0 commit comments

Comments
 (0)