Whitespace

This commit is contained in:
Brian Anderson 2012-11-08 17:11:44 -08:00
parent 8643f757a2
commit c78020ef4f

View file

@ -87,7 +87,7 @@ pub pure fn get_ref<T>(opt: &r/Option<T>) -> &r/T {
pub pure fn expect<T>(opt: Option<T>, 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