File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ class [[deprecated("deprecated Use CharReader and CharReaderBuilder.")]] JSON_AP
122
122
*/
123
123
String getFormattedErrorMessages () const ;
124
124
125
- /* * \brief Returns a vector of structured erros encounted while parsing.
125
+ /* * \brief Returns a vector of structured errors encountered while parsing.
126
126
*
127
127
* \return A (possibly empty) vector of StructuredError objects. Currently
128
128
* only one error can be returned, but the caller should tolerate multiple
Original file line number Diff line number Diff line change @@ -684,7 +684,7 @@ class JSON_API PathArgument {
684
684
* - ".name1.name2.name3"
685
685
* - ".[0][1][2].name1[3]"
686
686
* - ".%" => member name is provided as parameter
687
- * - ".[%]" => index is provied as parameter
687
+ * - ".[%]" => index is provided as parameter
688
688
*/
689
689
class JSON_API Path {
690
690
public:
You can’t perform that action at this time.
0 commit comments