mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 10:03:51 +01:00
Fix a coupe of typos (#1007)
This commit is contained in:
parent
c92c87b47d
commit
472adb60ee
@ -122,7 +122,7 @@ public:
|
|||||||
*/
|
*/
|
||||||
String getFormattedErrorMessages() const;
|
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
|
* \return A (possibly empty) vector of StructuredError objects. Currently
|
||||||
* only one error can be returned, but the caller should tolerate multiple
|
* only one error can be returned, but the caller should tolerate multiple
|
||||||
|
@ -684,7 +684,7 @@ private:
|
|||||||
* - ".name1.name2.name3"
|
* - ".name1.name2.name3"
|
||||||
* - ".[0][1][2].name1[3]"
|
* - ".[0][1][2].name1[3]"
|
||||||
* - ".%" => member name is provided as parameter
|
* - ".%" => member name is provided as parameter
|
||||||
* - ".[%]" => index is provied as parameter
|
* - ".[%]" => index is provided as parameter
|
||||||
*/
|
*/
|
||||||
class JSON_API Path {
|
class JSON_API Path {
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user