diff --git a/src/libcore/option.rs b/src/libcore/option.rs index 0bb3262e5692..eafdc697dca5 100644 --- a/src/libcore/option.rs +++ b/src/libcore/option.rs @@ -87,7 +87,7 @@ pub pure fn get_ref(opt: &r/Option) -> &r/T { pub pure fn expect(opt: Option, reason: ~str) -> T { /*! - * Gets the value out of an option without copying, printing a + * Gets the value out of an option without copying, printing a * specified message on failure. * * # Failure