"Multi pointers" are now "many pointers"

TypeInfo.Pointer.Size says "many", so there we are!
This commit is contained in:
Dave Gauer 2021-03-07 10:08:07 -05:00
parent 6a44079c9d
commit 0168afd250
5 changed files with 11 additions and 11 deletions

View file

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