Editor controllers fixes (#2412)

* updated strings

* bump pxt

* anotehr attempt
This commit is contained in:
Peli de Halleux
2019-09-03 11:39:44 -07:00
committed by GitHub
parent 4c1c502e4d
commit b6620a82f6
2 changed files with 3 additions and 2 deletions

View File

@ -198,6 +198,7 @@
"String.substr": "Return a substring of the current string.",
"String.substr|param|length": "number of characters to extract",
"String.substr|param|start": "first character index; can be negative from counting from the end, eg:0",
"String.toLowerCase": "Converts the string to lower case characters.",
"String@type": "Combine, split, and search text strings.",
"StringMap": "A dictionary from string key to string values",
"basic": "Provides access to basic micro:bit functionality.",