File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 */
689689class JSON_API Path {
690690public:
You can’t perform that action at this time.
0 commit comments