diff options
| author | mo8it <mo8it@proton.me> | 2024-06-26 12:59:10 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-06-26 12:59:10 +0200 |
| commit | c31e15c4cf5085adcf544a33ac256364fc2bcfbf (patch) | |
| tree | c1ae0bc11caa144d4b2db011b5d123488b2765f8 /rustlings-macros | |
| parent | 1694682aa4ee848033169449a3f64d2e163f5638 (diff) | |
options1 solution
Diffstat (limited to 'rustlings-macros')
| -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 c5ce847..3694b94 100644 --- a/rustlings-macros/info.toml +++ b/rustlings-macros/info.toml @@ -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?""" |
