From 472adb60eec34f9af430e099384e68772be86971 Mon Sep 17 00:00:00 2001 From: aliha Date: Mon, 26 Aug 2019 15:37:05 -0400 Subject: [PATCH] Fix a coupe of typos (#1007) --- include/json/reader.h | 2 +- include/json/value.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/json/reader.h b/include/json/reader.h index adbe299..947fc00 100644 --- a/include/json/reader.h +++ b/include/json/reader.h @@ -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 diff --git a/include/json/value.h b/include/json/value.h index a478848..e1340d6 100644 --- a/include/json/value.h +++ b/include/json/value.h @@ -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: