From c2ee2c3da2123115a2cff0a427b1dd32a8e25a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Sun, 29 May 2016 12:19:56 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 2d59faf..c36eeee 100644 --- a/FAQ.md +++ b/FAQ.md @@ -426,7 +426,7 @@ Finally, if you cannot know in advance the type of the root, please open an issu ### Why parsing fails? -The parsing functions, `parseArray()` and `parseObject()`, may fail for 3 reasons: +The parsing functions, `parseArray()` and `parseObject()`, may fail for 4 reasons: 1. The input is not a valid JSON 2. The `StaticJsonBuffer` is too small