aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-01-15 17:12:53 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-01-15 17:12:53 +0100
commita6aa5fde9b2bca9b3a4f162983186ac0765b0bb1 (patch)
treefaa9e58a80c8c07e32eb0d0924df39b4bc1b7f85
parenteaaf97836a82bba196283c2acd3f14a68b02a591 (diff)
Fix typo
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b73bedf..951f002 100644
--- a/README.md
+++ b/README.md
@@ -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.