diff --git a/include/rapidjson/error/error.h b/include/rapidjson/error/error.h index 161ef878..729142ab 100644 --- a/include/rapidjson/error/error.h +++ b/include/rapidjson/error/error.h @@ -85,7 +85,7 @@ enum ParseErrorCode { kParseErrorNumberMissExponent, //!< Miss exponent in number. kParseErrorTermination, //!< Parsing was terminated. - kParseErrorUnspecificSyntaxError, //!< Unspecific syntax error. + kParseErrorUnspecificSyntaxError //!< Unspecific syntax error. }; //! Result of parsing (wraps ParseErrorCode)