summaryrefslogtreecommitdiff
path: root/error_handling
diff options
context:
space:
mode:
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>2018-03-05 20:10:19 -0500
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>2018-03-05 20:10:19 -0500
commit18d047c98420aefb602b44e62ccb25c8e1ae2e5c (patch)
tree42274ec6a9a42a7d4e4471fd38660996566efb14 /error_handling
parent548bdc2c5ef1ae910290194ce84c1a8ac68078b7 (diff)
Make a trivial change to make sure the readme gets regenerated
Diffstat (limited to 'error_handling')
-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!