summaryrefslogtreecommitdiff
path: root/rustlings-macros/info.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-06-26 12:59:10 +0200
committermo8it <mo8it@proton.me>2024-06-26 12:59:10 +0200
commitc31e15c4cf5085adcf544a33ac256364fc2bcfbf (patch)
treec1ae0bc11caa144d4b2db011b5d123488b2765f8 /rustlings-macros/info.toml
parent1694682aa4ee848033169449a3f64d2e163f5638 (diff)
options1 solution
Diffstat (limited to 'rustlings-macros/info.toml')
-rw-r--r--rustlings-macros/info.toml2
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?"""