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.
1 parent d12312d commit 98f9ea2Copy full SHA for 98f9ea2
library/core/src/option.rs
@@ -1149,7 +1149,7 @@ impl<T> Option<T> {
1149
self
1150
}
1151
1152
- /// Returns the provided default result (if none),
+ /// Returns the provided default result (if none),
1153
/// or applies a function to the contained value (if any).
1154
///
1155
/// Arguments passed to `map_or` are eagerly evaluated; if you are passing
0 commit comments