Commit c641783f authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Minor fix to JavaScript String class docs.

parent f1e12729
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -949,7 +949,7 @@
 *
 * The following example displays the string "sencha":
 *
 *     var upperText="sencha";
 *     var upperText="SENCHA";
 *     document.write(upperText.toLocaleLowerCase());
 *
 * @return {String} Returns value of the string in lowercase.