diff --git a/src/libcore/option.rs b/src/libcore/option.rs index cd82936b0b3..c5102ede29f 100644 --- a/src/libcore/option.rs +++ b/src/libcore/option.rs @@ -333,7 +333,7 @@ impl Option { } } - /// Moves the value `v` out of the `Option` if the content of the `Option` is a `Some(v)`. + /// Moves the value `v` out of the `Option` if it is `Some(v)`. /// /// # Panics ///