Many pointers -> many-item pointers

This commit is contained in:
Dave Gauer
2021-03-13 16:27:14 -05:00
parent c48e6f8087
commit 9cc49f98b9
2 changed files with 3 additions and 3 deletions

View File

@@ -131,7 +131,7 @@ Planned exercises:
* [x] Optionals
* [x] Struct methods
* [x] Slices
* [x] Many pointers
* [x] Many-item pointers
* [x] Unions
* [ ] Numeric types (integers, floats)
* [ ] Labelled blocks and loops