From cc1b52a13dee0dc09daebd58a7210a457b524a1f Mon Sep 17 00:00:00 2001 From: ivanovmp Date: Mon, 6 Jun 2022 02:40:14 +0300 Subject: [PATCH] Remove a space --- include/nlohmann/json.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nlohmann/json.hpp b/include/nlohmann/json.hpp index aed4a1a01..75b8b6555 100644 --- a/include/nlohmann/json.hpp +++ b/include/nlohmann/json.hpp @@ -33,7 +33,7 @@ SOFTWARE. * contains the most recent documentation and should also be applicable to * * previous versions; documentation for deprecated functions is not * * removed, but marked deprecated. See "Generate documentation" section in * - * file docs/README.md. * + * file docs/README.md. * \****************************************************************************/ #ifndef INCLUDE_NLOHMANN_JSON_HPP_