diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-01-15 17:12:53 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-01-15 17:12:53 +0100 |
commit | a6aa5fde9b2bca9b3a4f162983186ac0765b0bb1 (patch) | |
tree | faa9e58a80c8c07e32eb0d0924df39b4bc1b7f85 | |
parent | eaaf97836a82bba196283c2acd3f14a68b02a591 (diff) |
Fix typo
-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. |