From 18d047c98420aefb602b44e62ccb25c8e1ae2e5c Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Mon, 5 Mar 2018 20:10:19 -0500 Subject: [PATCH] Make a trivial change to make sure the readme gets regenerated --- error_handling/errorsn.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!