[apps/code] Typo

This commit is contained in:
Émilie Feral
2020-05-26 16:03:42 +02:00
parent d99357fd0d
commit 2b53ea748d
2 changed files with 2 additions and 2 deletions

View File

@@ -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},