We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8643f75 commit c78020eCopy full SHA for c78020e
src/libcore/option.rs
@@ -87,7 +87,7 @@ pub pure fn get_ref<T>(opt: &r/Option<T>) -> &r/T {
87
88
pub pure fn expect<T>(opt: Option<T>, reason: ~str) -> T {
89
/*!
90
- * Gets the value out of an option without copying, printing a
+ * Gets the value out of an option without copying, printing a
91
* specified message on failure.
92
*
93
* # Failure
0 commit comments