From 7da56cf2924ba9baf171cc5c10cc9625b62c7a15 Mon Sep 17 00:00:00 2001 From: AQNOUCH Mohammed Date: Tue, 12 May 2015 14:59:44 +0100 Subject: [PATCH] Fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d22e1a21b..dd5ecf8a7 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ json j2 = { }; ``` -Note that in all theses cases, you never need to "tell" the compiler which JSON value you want to use. If you want to be explicit or express some edge cases, the functions `json::array` and `json::object` will help: +Note that in all these cases, you never need to "tell" the compiler which JSON value you want to use. If you want to be explicit or express some edge cases, the functions `json::array` and `json::object` will help: ```cpp // ways to express the empty array [] -- GitLab