Skip to content

Commit 134ff30

Browse files
authored
Update README.md
1 parent 9c2d234 commit 134ff30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if (MEM_POOL_ERR_OK != (err = pool_*())) {
3939
}
4040
```
4141

42-
### <a name="fixed-pool">FixedMemPool</a>
42+
## <a name="fixed-pool">FixedMemPool</a>
4343

4444
Initialization:
4545

@@ -97,7 +97,7 @@ To actually `free` all the memory allocated:
9797
pool_fixed_destroy(pool);
9898
```
9999

100-
### <a name="variable-pool">VariableMemPool</a>
100+
## <a name="variable-pool">VariableMemPool</a>
101101

102102
This type of pool has a very similar API.
103103

0 commit comments

Comments
 (0)