From 9546b128cbc6fb788f57d7db755a68e1ead74adf Mon Sep 17 00:00:00 2001 From: Sara Date: Wed, 13 Sep 2023 19:05:54 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 078ec5d..e1524e9 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ Features: [x] Generate `*_json_length` and `*_to_json`functions for structs and enums marked with `KWIL_STRUCT()` or `KWIL_ENUM()` -[ ] Generate `*_from_json` functins for structs. +[ ] Generate `*_from_json` functions for structs. [ ] Dynamic array length specifiers (e.g: `KWIL_FIELD(LEN=13` or `KWIL_FIELD(LEN=`)