rexim 2 years ago
parent
commit
9d855b28f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -22,7 +22,7 @@ int main(void)
 ## Custom Allocator
 
 `glob_utf8` allocates and deallocates memory on each call because it needs to
-to decode UTF-8. If you want to avoid that you can define your custom temporary
+decode UTF-8. If you want to avoid that you can define a custom temporary
 allocator.
 
 ```c