mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/code] Typo
This commit is contained in:
@@ -378,7 +378,7 @@ void VariableBoxController::insertTextInCaller(const char * text, int textLength
|
||||
void VariableBoxController::loadBuiltinNodes(const char * textToAutocomplete, int textToAutocompleteLength) {
|
||||
//TODO Could be great to use strings defined in STATIC const char *const tok_kw[] in python/lexer.c
|
||||
/* The commented values do not work with our current MicroPython but might
|
||||
* work later, which is chy we keep them. */
|
||||
* work later, which is why we keep them. */
|
||||
static const struct { const char * name; ScriptNode::Type type; } builtinNames[] = {
|
||||
{"False", ScriptNode::Type::WithoutParentheses},
|
||||
{"None", ScriptNode::Type::WithoutParentheses},
|
||||
|
||||
Reference in New Issue
Block a user