From a559ff8fc6d762ff9371f799c856e5ef54c4e8e3 Mon Sep 17 00:00:00 2001 From: Mark Beckwith Date: Tue, 8 Jan 2019 13:24:07 -0600 Subject: [PATCH] typo in README inintended -> unintended --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3f825e18..76e08bf55 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ To embed the library directly into an existing CMake project, place the entire s set(JSON_BuildTests OFF CACHE INTERNAL "") # Don't use include(nlohmann_json/CMakeLists.txt) since that carries with it -# inintended consequences that will break the build. It's generally +# unintended consequences that will break the build. It's generally # discouraged (although not necessarily well documented as such) to use # include(...) for pulling in other CMake projects anyways. add_subdirectory(nlohmann_json)