Updated FAQ (markdown)

Benoît Blanchon
2016-01-11 08:22:42 +01:00
parent 959308d447
commit 51420509ec

2
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: