From 51420509ec50514d8b5c730b3d123cb3fded90ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Mon, 11 Jan 2016 08:22:42 +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 3cd19c7..c7e91d5 100644 --- a/FAQ.md +++ b/FAQ.md @@ -366,7 +366,7 @@ Also you can see that neither `JsonArray` nor `JsonObject` leak out of the seria ### 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`. +There is a case where you need to help the compiler: it's when you convert a `JsonVariant` to a `String`. For example: