Skip to content

Commit

Permalink
📝 fix typo #1903
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Jan 15, 2020
1 parent 0feea61 commit 7acf621
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 7acf621

Please sign in to comment.