diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-03-13 16:27:14 -0500 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-03-13 16:27:14 -0500 |
commit | 41e4cf4efbf5ada59a45f3ad5f7e6da102f3a753 (patch) | |
tree | 695ea4069009f421dac45107d0d0c41698daa356 /README.md | |
parent | 81ffc7920358b7005088ffb6a4f10ff6a6f77e3f (diff) | |
download | ziglings-41e4cf4efbf5ada59a45f3ad5f7e6da102f3a753.tar.gz ziglings-41e4cf4efbf5ada59a45f3ad5f7e6da102f3a753.tar.bz2 ziglings-41e4cf4efbf5ada59a45f3ad5f7e6da102f3a753.tar.xz ziglings-41e4cf4efbf5ada59a45f3ad5f7e6da102f3a753.zip |
Many pointers -> many-item pointers
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |