Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srdja authored May 31, 2024
1 parent d981423 commit 67a0940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Structures that store data in the form of `void*`.
| `CC_TSTTable`| A ternary search tree table. Supports insertion, search, iteration, and deletion. |

### Example
```
```c
int value = 20;
CC_Array *array;

Expand All @@ -58,7 +58,7 @@ Structures that store data of arbitrary length directly.

### Example

```
```c
int value = 20;
CC_SizedArray *array;

Expand Down

0 comments on commit 67a0940

Please sign in to comment.