diff --git a/src/error/multiple_error_types/reenter_question_mark.md b/src/error/multiple_error_types/reenter_question_mark.md index bf93e8a42d..a94c0f8e5e 100644 --- a/src/error/multiple_error_types/reenter_question_mark.md +++ b/src/error/multiple_error_types/reenter_question_mark.md @@ -26,8 +26,8 @@ Here, we rewrite the previous example using `?`. As a result, the use std::error; use std::fmt; -// Change the alias to `Box`. -type Result = std::result::Result>; +// Change the alias to `Box`. +type Result = std::result::Result>; #[derive(Debug)] struct EmptyVec;