From 7acf6218b6572264e514873355ab38da96b2beab Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 15 Jan 2020 17:40:03 +0100 Subject: [PATCH] :memo: fix typo #1903 --- include/nlohmann/detail/input/parser.hpp | 2 +- single_include/nlohmann/json.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/nlohmann/detail/input/parser.hpp b/include/nlohmann/detail/input/parser.hpp index 8d4febcbfa..8ff7ca4be3 100644 --- a/include/nlohmann/detail/input/parser.hpp +++ b/include/nlohmann/detail/input/parser.hpp @@ -27,7 +27,7 @@ namespace detail /*! @brief syntax analysis -This class implements a recursive decent parser. +This class implements a recursive descent parser. */ template class parser diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index 68916fa045..c2d4c98a72 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -8678,7 +8678,7 @@ namespace detail /*! @brief syntax analysis -This class implements a recursive decent parser. +This class implements a recursive descent parser. */ template class parser