We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Nones
None
1 parent 29216ad commit 9ce6ecaCopy full SHA for 9ce6eca
src/expressions/operator-expr.md
@@ -131,7 +131,7 @@ println!("{:?}", res);
131
# assert!(res.is_err())
132
```
133
134
-When applied to values of the `Option<T>` type, it propagates `Nones`. If the
+When applied to values of the `Option<T>` type, it propagates `None`s. If the
135
value is `None`, then it will return `None`. If applied to `Some(x)`, then it
136
will unwrap the value to evaluate to `x`.
137
0 commit comments