aboutsummaryrefslogtreecommitdiff
path: root/external/rapidjson/error/en.h
diff options
context:
space:
mode:
Diffstat (limited to 'external/rapidjson/error/en.h')
-rw-r--r--external/rapidjson/error/en.h2
1 files changed, 1 insertions, 1 deletions
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.");