Skip to content

Commit 085bcfa

Browse files
committed
Second attempt to fix #23713 based on follow-up comments in #23791.
1 parent 14192d6 commit 085bcfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/option.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ impl<T> Option<T> {
333333
}
334334
}
335335

336-
/// Moves the value `v` out of the `Option<T>` if the content of the `Option<T>` is a `Some(v)`.
336+
/// Moves the value `v` out of the `Option<T>` if it is `Some(v)`.
337337
///
338338
/// # Panics
339339
///

0 commit comments

Comments
 (0)