Skip to content

Commit c78020e

Browse files
committed
Whitespace
1 parent 8643f75 commit c78020e

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

8888
pub pure fn expect<T>(opt: Option<T>, reason: ~str) -> T {
8989
/*!
90-
* Gets the value out of an option without copying, printing a
90+
* Gets the value out of an option without copying, printing a
9191
* specified message on failure.
9292
*
9393
* # Failure

0 commit comments

Comments
 (0)