Skip to content

Commit

Permalink
Fix a coupe of typos (open-source-parsers#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliha authored and baylesj committed Aug 26, 2019
1 parent c92c87b commit 472adb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/json/reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class [[deprecated("deprecated Use CharReader and CharReaderBuilder.")]] JSON_AP
*/
String getFormattedErrorMessages() const;

/** \brief Returns a vector of structured erros encounted while parsing.
/** \brief Returns a vector of structured errors encountered while parsing.
*
* \return A (possibly empty) vector of StructuredError objects. Currently
* only one error can be returned, but the caller should tolerate multiple
Expand Down
2 changes: 1 addition & 1 deletion include/json/value.h
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ class JSON_API PathArgument {
* - ".name1.name2.name3"
* - ".[0][1][2].name1[3]"
* - ".%" => member name is provided as parameter
* - ".[%]" => index is provied as parameter
* - ".[%]" => index is provided as parameter
*/
class JSON_API Path {
public:
Expand Down

0 comments on commit 472adb6

Please sign in to comment.