mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-11-09 07:04:43 +01:00
Misc. typos
Found via `codespell -q 3` in downstream https://github.com/BlueBrain/Brayns
This commit is contained in:
@@ -97,7 +97,7 @@ private:
|
||||
// PIMPL
|
||||
void* mDocument; ///< DOM result of parsing.
|
||||
void* mStack; ///< Stack for iterating the DOM
|
||||
bool mError; ///< Whether an error is occured.
|
||||
bool mError; ///< Whether an error has occurred.
|
||||
};
|
||||
|
||||
class JsonWriter {
|
||||
|
||||
Reference in New Issue
Block a user