rexim 2 年之前
父节点
当前提交
9d855b28f8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -22,7 +22,7 @@ int main(void)
 ## Custom Allocator
 ## Custom Allocator
 
 
 `glob_utf8` allocates and deallocates memory on each call because it needs to
 `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.
 allocator.
 
 
 ```c
 ```c