Skip to content

Commit 46e9cbe

Browse files
Update src/libcore/option.rs
Co-authored-by: Steve Klabnik <steve@steveklabnik.com>
1 parent d80ac64 commit 46e9cbe

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
@@ -1357,7 +1357,7 @@ impl<'a, T> IntoIterator for &'a mut Option<T> {
13571357

13581358
#[stable(since = "1.12.0", feature = "option_from")]
13591359
impl<T> From<T> for Option<T> {
1360-
/// Copies val to a new Option::Some
1360+
/// Copies `val` into a new `Some`.
13611361
///
13621362
/// # Examples
13631363
///

0 commit comments

Comments
 (0)