summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--error_handling/errorsn.rs2
1 files changed, 1 insertions, 1 deletions
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!