Minor changes in doc

This commit is contained in:
Benoit Blanchon
2014-11-29 13:53:18 +01:00
parent 02f6fab025
commit 79f6f0dd86
3 changed files with 5 additions and 6 deletions

View File

@ -77,4 +77,4 @@ But Arduino JSON v4 doesn't, instead you need to write this:
array.printTo(Serial);
Note: there is a good reason for that: reducing the size of `JsonArray` and `JsonObject`.
Note: there was a good reason for removing that feature, and it's reducing the size of `JsonArray` and `JsonObject`.