Skip to content

Commit 9ce6eca

Browse files
authored
Fix typo: Nones -> Nones
1 parent 29216ad commit 9ce6eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/operator-expr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ println!("{:?}", res);
131131
# assert!(res.is_err())
132132
```
133133

134-
When applied to values of the `Option<T>` type, it propagates `Nones`. If the
134+
When applied to values of the `Option<T>` type, it propagates `None`s. If the
135135
value is `None`, then it will return `None`. If applied to `Some(x)`, then it
136136
will unwrap the value to evaluate to `x`.
137137

0 commit comments

Comments
 (0)