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 @@ -916,7 +916,7 @@ impl<T> Option<T> {
916
916
917
917
/// Zips `self` with another `Option`.
918
918
///
919
- /// If `self` is `Some(s)` and other is `Some(o)`, this method returns `Some((s, o))`.
919
+ /// If `self` is `Some(s)` and ` other` is `Some(o)`, this method returns `Some((s, o))`.
920
920
/// Otherwise, `None` is returned.
921
921
///
922
922
/// # Examples
@@ -937,7 +937,7 @@ impl<T> Option<T> {
937
937
938
938
/// Zips `self` and another `Option` with function `f`.
939
939
///
940
- /// If `self` is `Some(s)` and other is `Some(o)`, this method returns `Some(f(s, o))`.
940
+ /// If `self` is `Some(s)` and ` other` is `Some(o)`, this method returns `Some(f(s, o))`.
941
941
/// Otherwise, `None` is returned.
942
942
///
943
943
/// # Examples
You can’t perform that action at this time.
0 commit comments