options1 solution

This commit is contained in:
mo8it
2024-06-26 12:59:10 +02:00
parent 1694682aa4
commit c31e15c4cf
3 changed files with 53 additions and 18 deletions
+1 -1
View File
@@ -603,7 +603,7 @@ hint = """
Options can have a `Some` value, with an inner value, or a `None` value,
without an inner value.
There's multiple ways to get at the inner value, you can use `unwrap`, or
There are multiple ways to get at the inner value, you can use `unwrap`, or
pattern match. Unwrapping is the easiest, but how do you do it safely so that
it doesn't panic in your face later?"""