aboutsummaryrefslogtreecommitdiff
path: root/external/rapidjson/error
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-09-17 09:35:49 +0200
committerRiccardo Spagni <ric@spagni.net>2016-09-17 09:35:49 +0200
commitf62ebc5c811b76c05327dd56877024df60a47a9b (patch)
tree81e98c9bf5d11e1bb7e2bff81105af879d43a32a /external/rapidjson/error
parentMerge pull request #1081 (diff)
downloadmonero-f62ebc5c811b76c05327dd56877024df60a47a9b.tar.xz
update rapidjson
Diffstat (limited to 'external/rapidjson/error')
-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.");