From 3cecc404664860bb4edbd9563b511bdf009d57ad Mon Sep 17 00:00:00 2001 From: mohawk2 Date: Wed, 26 Jan 2022 12:23:33 +0000 Subject: [PATCH] docs: Fix README typo (#664) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ea89da..ebd32c4 100644 --- a/README.md +++ b/README.md @@ -407,7 +407,7 @@ end: } ``` -Alternatively we can use the `cJSON_Add...ToObject` helper functions to make our lifes a little easier: +Alternatively we can use the `cJSON_Add...ToObject` helper functions to make our lives a little easier: ```c //NOTE: Returns a heap allocated string, you are required to free it after use.