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 1f2ee8c commit 187d2adCopy full SHA for 187d2ad
exercises/error_handling/errors1.rs
@@ -63,7 +63,7 @@ mod tests {
63
// `Option`.
64
65
// To make this change, you'll need to:
66
-// - update the return type in the function signature to be a Result that
+// - update the return type in the function signature to be a Result<String, String> that
67
// could be the variants `Ok(String)` and `Err(String)`
68
// - change the body of the function to return `Ok(stuff)` where it currently
69
// returns `Some(stuff)`
0 commit comments