Corrected other misspelt 'a' words.

This commit is contained in:
martin-osborne
2015-04-06 17:34:48 +01:00
parent 91dd5f8e44
commit 7e730aa9b8
16 changed files with 75 additions and 75 deletions

View File

@@ -53,14 +53,14 @@ public:
void startObject();
/// The parser has read a '{'; a new object is started.
/// If indent is greater than zero, a newline will be apended.
/// If indent is greater than zero, a newline will be appended.
void endObject();
/// The parser has read a '}'; the object is closed.
void startArray();
/// The parser has read a [; a new array will be started.
/// If indent is greater than zero, a newline will be apended.
/// If indent is greater than zero, a newline will be appended.
void endArray();
/// The parser has read a ]; the array is closed.