From 65b4d8251b9d2e9e6db24022f015e84fc9cfc6cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Sch=C3=B6ppach?= <dns13@users.noreply.github.com>
Date: Tue, 17 Apr 2018 13:02:36 +0200
Subject: [PATCH] Fix typo in single_include, too

---
 single_include/nlohmann/json.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp
index b7558aa5..c9ef7581 100644
--- a/single_include/nlohmann/json.hpp
+++ b/single_include/nlohmann/json.hpp
@@ -13046,7 +13046,7 @@ class basic_json
     @return copy of the element at key @a key or @a default_value if @a key
     is not found
 
-    @throw type_error.306 if the JSON value is not an objec; in that case,
+    @throw type_error.306 if the JSON value is not an object; in that case,
     using `value()` with a key makes no sense.
 
     @complexity Logarithmic in the size of the container.