From 0168afd25005b4a3555d2212d2a099cbad344e2b Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sun, 7 Mar 2021 10:08:07 -0500 Subject: "Multi pointers" are now "many pointers" TypeInfo.Pointer.Size says "many", so there we are! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3-ZIG