From 47ac89a00b3baf40e85d733629c46a585ec0f230 Mon Sep 17 00:00:00 2001 From: pwbh Date: Sun, 25 Aug 2024 09:45:30 +0300 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8d45f9..7c800ed 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ## Key Features - Simple and straightforward to use thanks to built-in [reflections](https://ziglang.org/documentation/master/#Function-Reflection). -- Just define a struct and accessing it's fields. +- Just define a struct and access your struct fields. - Supports recursive struct. - Deinitialization is handled for you, just call `deinit()` and you are done. - Fields are automatically parsed based on field type.