aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 49adc3e..f8b16d5 100644
--- a/README.md
+++ b/README.md
@@ -66,10 +66,10 @@ Planned exercises:
* [x] While
* [x] For
* [x] Functions
-* [x] Errors
-* [x] Defer
+* [x] Errors (error/try/catch/if-else-err)
+* [x] Defer (and errdefer)
* [x] Switch
-* [ ] Unreachable
+* [x] Unreachable
* [ ] Pointers
* [ ] Pointer sized integers
* [ ] Multi pointers