Fix a coupe of typos (#1007)

This commit is contained in:
aliha 2019-08-26 15:37:05 -04:00 committed by Jordan Bayles
parent c92c87b47d
commit 472adb60ee
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ public:
*/
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

View File

@ -684,7 +684,7 @@ private:
* - ".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: