aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-03-07 10:08:07 -0500
committerDave Gauer <dave@ratfactor.com>2021-03-07 10:08:07 -0500
commit0168afd25005b4a3555d2212d2a099cbad344e2b (patch)
tree18d6d4b501e70770f490fcd93a99bd63583b7f5b /README.md
parent6a44079c9d9527c2eb29cf9fdcf117d7d5529bb8 (diff)
downloadziglings-0168afd25005b4a3555d2212d2a099cbad344e2b.tar.gz
ziglings-0168afd25005b4a3555d2212d2a099cbad344e2b.tar.bz2
ziglings-0168afd25005b4a3555d2212d2a099cbad344e2b.tar.xz
ziglings-0168afd25005b4a3555d2212d2a099cbad344e2b.zip
"Multi pointers" are now "many pointers"
TypeInfo.Pointer.Size says "many", so there we are!
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 73793c8..cd4f397 100644
--- a/README.md
+++ b/README.md
@@ -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