From: Agnelo Vaz Date: Wed, 14 Oct 2015 09:42:09 +0000 (+0100) Subject: Comment correction for Disambiguated function X-Git-Tag: dali_1.1.7~15^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F25%2F49525%2F1;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git Comment correction for Disambiguated function Change-Id: I1b37d4ab53e048a501be1aeeb00723241bce4938 Signed-off-by: Agnelo Vaz --- diff --git a/dali-toolkit/internal/builder/builder-set-property.cpp b/dali-toolkit/internal/builder/builder-set-property.cpp index c78e19c..c2d77a7 100644 --- a/dali-toolkit/internal/builder/builder-set-property.cpp +++ b/dali-toolkit/internal/builder/builder-set-property.cpp @@ -102,7 +102,7 @@ Vector4 HexStringToVector4( const char* s ) /** * A property value type can be forced when its unknown by a disambiguation convention in the json * ie "myarray": [1,2,3,4] ; would be a vector but - * "myarray": {'type-cast':'array', 'value':[1,2,3,4]} would be an array + * "myarray": {"type-cast":"array", "value":[1,2,3,4]} would be an array * @param child The node whos string to search for a disambiguated type * @param value The value to set * @param overrideMap The user overriding constant map