diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-09-17 09:35:49 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-09-17 09:35:49 +0200 |
commit | f62ebc5c811b76c05327dd56877024df60a47a9b (patch) | |
tree | 81e98c9bf5d11e1bb7e2bff81105af879d43a32a /external/rapidjson/error | |
parent | Merge pull request #1081 (diff) | |
download | monero-f62ebc5c811b76c05327dd56877024df60a47a9b.tar.xz |
update rapidjson
Diffstat (limited to 'external/rapidjson/error')
-rw-r--r-- | external/rapidjson/error/en.h | 2 |
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."); |