From 6b6ec211afa5fc21ede02607cf227a7a6bee7bac Mon Sep 17 00:00:00 2001 From: srdja <1875137+srdja@users.noreply.github.com> Date: Thu, 11 Apr 2024 03:36:06 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73b4c89..46c97b1 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Memory pools are pre-allocated blocks of contiguous memory ### Example -``` +```c /* CC_StaticPool can enable the use of the structures on the stack */ #include "memory/cc_static_pool.h"