From a6aa5fde9b2bca9b3a4f162983186ac0765b0bb1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 15 Jan 2024 17:12:53 +0100 Subject: Fix typo --- README.md | 4 ++-- 1 file 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. -- cgit v1.2.3