Skip to content

Commit

Permalink
📝 fix typo nlohmann#1903
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann authored and OmnipotentEntity committed Mar 27, 2020
1 parent fb9afdb commit 41d5d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/nlohmann/detail/input/parser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace detail
/*!
@brief syntax analysis
This class implements a recursive decent parser.
This class implements a recursive descent parser.
*/
template<typename BasicJsonType>
class parser
Expand Down
2 changes: 1 addition & 1 deletion single_include/nlohmann/json.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8678,7 +8678,7 @@ namespace detail
/*!
@brief syntax analysis

This class implements a recursive decent parser.
This class implements a recursive descent parser.
*/
template<typename BasicJsonType>
class parser
Expand Down

0 comments on commit 41d5d5c

Please sign in to comment.