diff --git a/src/std-types/result.md b/src/std-types/result.md index 6bef5b1d..f6924d39 100644 --- a/src/std-types/result.md +++ b/src/std-types/result.md @@ -41,6 +41,6 @@ fn main() { worth mentioning. It contains a lot of convenience methods and functions that help functional-style programming. - `Result` is the standard type to implement error handling as we will see on - Day 3. + Day 4.