Skip to content

Commit f445a82

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

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
@@ -1399,7 +1399,7 @@ impl<'a, T> From<&'a Option<T>> for Option<&'a T> {
13991399

14001400
#[stable(feature = "option_ref_from_ref_option", since = "1.30.0")]
14011401
impl<'a, T> From<&'a mut Option<T>> for Option<&'a mut T> {
1402-
/// Converts from &mut Option<T> to Option<&mut T>
1402+
/// Converts from `&mut Option<T>` to `Option<&mut T>`
14031403
///
14041404
/// # Examples
14051405
///

0 commit comments

Comments
 (0)