Updated README.md

This commit is contained in:
2022-10-02 06:34:51 +01:00
parent 30f084517c
commit ccf748d360
2 changed files with 5 additions and 1 deletions

View File

@@ -102,7 +102,7 @@ static void callEngineNodeLiteral(EngineNode* node, Interpreter* interpreter, Li
freeLiteral(fn);
}
//recurse to the (non-tomstone) children
//recurse to the (non-tombstone) children
for (int i = 0; i < node->count; i++) {
if (node->children[i].functions != NULL) {
callEngineNodeLiteral(&node->children[i], interpreter, key);