Skip to content

Commit 472adb6

Browse files
alihabaylesj
authored andcommitted
Fix a coupe of typos (open-source-parsers#1007)
1 parent c92c87b commit 472adb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/json/reader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class [[deprecated("deprecated Use CharReader and CharReaderBuilder.")]] JSON_AP
122122
*/
123123
String getFormattedErrorMessages() const;
124124

125-
/** \brief Returns a vector of structured erros encounted while parsing.
125+
/** \brief Returns a vector of structured errors encountered while parsing.
126126
*
127127
* \return A (possibly empty) vector of StructuredError objects. Currently
128128
* only one error can be returned, but the caller should tolerate multiple

include/json/value.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ class JSON_API PathArgument {
684684
* - ".name1.name2.name3"
685685
* - ".[0][1][2].name1[3]"
686686
* - ".%" => member name is provided as parameter
687-
* - ".[%]" => index is provied as parameter
687+
* - ".[%]" => index is provided as parameter
688688
*/
689689
class JSON_API Path {
690690
public:

0 commit comments

Comments
 (0)