From e09dcb0678f4e713f4bc28446dd689feb88fc96c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Mon, 2 Nov 2015 18:14:10 +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 f9876b5..c0c455f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -138,7 +138,7 @@ As you can see the `StaticJsonBuffer` is kept in memory as short as possible, so Also you can see that neither `JsonArray` nor `JsonObject` leak out of the serialization code. This maintain a good isolation and reduce the coupling with the library. -# How to fix error "Ambiguous overload for 'operator='" +### How to fix error "Ambiguous overload for 'operator='" There is a case where you need the compiler: it's when you convert a `JsonVariant` to a `String`.