From f62ebc5c811b76c05327dd56877024df60a47a9b Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Sat, 17 Sep 2016 09:35:49 +0200 Subject: update rapidjson --- external/rapidjson/error/en.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external/rapidjson/error/en.h') diff --git a/external/rapidjson/error/en.h b/external/rapidjson/error/en.h index c2315fda7..2db838bff 100644 --- a/external/rapidjson/error/en.h +++ b/external/rapidjson/error/en.h @@ -38,7 +38,7 @@ inline const RAPIDJSON_ERROR_CHARTYPE* GetParseError_En(ParseErrorCode parseErro case kParseErrorNone: return RAPIDJSON_ERROR_STRING("No error."); case kParseErrorDocumentEmpty: return RAPIDJSON_ERROR_STRING("The document is empty."); - case kParseErrorDocumentRootNotSingular: return RAPIDJSON_ERROR_STRING("The document root must not follow by other values."); + case kParseErrorDocumentRootNotSingular: return RAPIDJSON_ERROR_STRING("The document root must not be followed by other values."); case kParseErrorValueInvalid: return RAPIDJSON_ERROR_STRING("Invalid value."); -- cgit v1.2.3