From e55c79755ab9826cd121d5fb115b68eb57b06429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Tue, 17 Nov 2015 09:55:43 +0100 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index fafa9d0..64e1fce 100644 --- a/FAQ.md +++ b/FAQ.md @@ -14,7 +14,7 @@ If you're is case 2., you can solve the problem by increasing the size of the `S If you're in case 3., you may have a memory leak, it up to you to find it. You can try to switch to `StaticJsonBuffer` which is more efficient. -### The first parsing succeeds, why the next ones fail? +### The first parsing succeeds, why does the next ones fail? This can be due to two causes.