diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,5 +13,5 @@ wget 'https://git.sr.ht/~mango/da/blob/master/da.h' ``` Do note that the `da_foreach()` macro requires the `auto` keyword from C23. If -you wan’t to use an older standard of C, you can write the macro yourself to -take a type argument. +you want to use an older standard of C, you can write the macro yourself to take +a type argument. |