From c78020ef4f870231a977afa59b987b318ff08491 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 8 Nov 2012 17:11:44 -0800 Subject: [PATCH] Whitespace --- src/libcore/option.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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