Updated FAQ (markdown)

Benoît Blanchon
2015-11-17 09:55:43 +01:00
parent 3535498bb0
commit e55c79755a

2
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. 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. This can be due to two causes.