From 80af29a39a5646bb7bf9ed3867db3f5e957a5d22 Mon Sep 17 00:00:00 2001 From: koala_oishi <72671267+chibi-dogs@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:03:09 +0100 Subject: [PATCH] fix grammatical wording in README.md (#5096) Signed-off-by: Basabdatta Gupta Co-authored-by: Basabdatta Gupta --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d5e01292..658f93220 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ json data = json::parse(f); ### Creating `json` objects from JSON literals -Assume you want to create hard-code this literal JSON value in a file, as a `json` object: +Assume you want to hard-code this literal JSON value as a `json` object: ```json {