diff --git a/error_handling/errorsn.rs b/error_handling/errorsn.rs index 4fb2be3..ee1179d 100644 --- a/error_handling/errorsn.rs +++ b/error_handling/errorsn.rs @@ -1,6 +1,6 @@ // errorsn.rs // This is a bigger error exercise than the previous ones! -// You can do it! +// You can do it! :) // // Edit the `read_and_validate` function so that it compiles and // passes the tests... so many things could go wrong!