Skip to content

Commit 98f9ea2

Browse files
Fix indentation in documentation comments for example
1 parent d12312d commit 98f9ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/option.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ impl<T> Option<T> {
11491149
self
11501150
}
11511151

1152-
/// Returns the provided default result (if none),
1152+
/// Returns the provided default result (if none),
11531153
/// or applies a function to the contained value (if any).
11541154
///
11551155
/// Arguments passed to `map_or` are eagerly evaluated; if you are passing

0 commit comments

Comments
 (0)