Skip to content

Commit 9f75554

Browse files
authored
fix(options1): Add hint about Array Initialization (#389)
1 parent 2b20c8a commit 9f75554

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

info.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,13 +561,15 @@ name = "option1"
561561
path = "exercises/option/option1.rs"
562562
mode = "compile"
563563
hint = """
564-
Check out some functions of Option:
564+
Hint 1: Check out some functions of Option:
565565
is_some
566566
is_none
567567
unwrap
568568
569569
and:
570570
pattern matching
571+
572+
Hint 2: There are no sensible defaults for the value of an Array; the values need to be filled before use.
571573
"""
572574

573575
[[exercises]]

0 commit comments

Comments
 (0)