File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
//! * Initial values
9
9
//! * Return values for functions that are not defined
10
10
//! over their entire input range (partial functions)
11
- //! * Return value for otherwise reporting simple errors, where `None` is
11
+ //! * Return value for otherwise reporting simple errors, where [ `None`] is
12
12
//! returned on error
13
13
//! * Optional struct fields
14
14
//! * Struct fields that can be loaned or "taken"
@@ -752,7 +752,7 @@ impl<T> Option<T> {
752
752
}
753
753
}
754
754
755
- /// Returns [`Some`] if exactly one of `self`, `optb` is [`Some`], otherwise returns `None`.
755
+ /// Returns [`Some`] if exactly one of `self`, `optb` is [`Some`], otherwise returns [ `None`] .
756
756
///
757
757
/// [`Some`]: #variant.Some
758
758
/// [`None`]: #variant.None
You can’t perform that action at this time.
0 commit comments