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`.