Skip to content

Commit 1db93bb

Browse files
authored
Update README.md
1 parent 12d11f7 commit 1db93bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $ clib install isty001/mem-pool
1212
#### Usage:
1313

1414
Initialize a new MemPool, with the given `block_size` and `increase_count`.
15-
If it runs out of space, it'll create a new internal Buffer with `increase_count * block_size size`.
15+
If it runs out of space, it'll create a new internal Buffer with `increase_count * block_size` size.
1616

1717
```c
1818
#include "mem_pool.h"

0 commit comments

Comments
 (0)