From 7608a64e1ed12db0b590ae0e6c5c74a453a12c47 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 18 Aug 2018 18:14:12 +0200 Subject: [PATCH] :hammer: fixed amalgamation --- single_include/nlohmann/json.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index fd91930c..b123bb66 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -17171,7 +17171,8 @@ class basic_json @note A UTF-8 byte order mark is silently ignored. @liveexample{The example below demonstrates the `sax_parse()` function - reading from string.,sax_parse} + reading from string and processing the events with a user-defined SAX + event consumer.,sax_parse} @since version 3.2.0 */