Many pointers -> many-item pointers

This commit is contained in:
Dave Gauer 2021-03-13 16:27:14 -05:00
parent 81ffc79203
commit 41e4cf4efb
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