minor typo

dhawaladoshi
2015-12-01 18:47:18 -08:00
parent 20a6261eb1
commit aa8ae3cd9e

@@ -74,7 +74,7 @@ Now, to check if the parsing was successful, you can call `JsonObject::success()
// Parsing fail
}
The result can be `false` for tree reasons:
The result can be `false` for three reasons:
1. the JSON string is invalid,
2. the JSON string doesn't represent an object,