From 68c306bf66ebc517cf0f33ef70c8d686af081a9e Mon Sep 17 00:00:00 2001 From: ivanpanch Date: Sat, 23 Aug 2025 23:15:14 +0200 Subject: [PATCH] Update json.cpp --- example/json.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/json.cpp b/example/json.cpp index 750e8220..cf1a2c58 100644 --- a/example/json.cpp +++ b/example/json.cpp @@ -5,7 +5,7 @@ // http://www.boost.org/LICENSE_1_0.txt) //[ extended_json_example // This header includes a type called json::value that acts as a -// Javascript-like polymorphic value type. +// JavaScript-like polymorphic value type. #include "json.hpp" #include