From 5264b46246209147ef72508a79e28193120aff31 Mon Sep 17 00:00:00 2001 From: ruby0x1 Date: Thu, 3 Dec 2020 09:40:56 -0800 Subject: [PATCH] Fix outdated comment --- src/include/wren.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/wren.h b/src/include/wren.h index 000e4ae8..e70ef2ed 100644 --- a/src/include/wren.h +++ b/src/include/wren.h @@ -73,7 +73,6 @@ typedef struct WrenLoadModuleResult WrenLoadModuleResult; typedef void (*WrenLoadModuleCompleteFn)(WrenVM* vm, const char* name, WrenLoadModuleResult result); // The result of a loadModuleFn call. -// [length] is optional, a value of 0 means length is ignored. // [source] is the source code for the module, or NULL if the module is not found. // [onComplete] an optional callback that will be called once Wren is done with the result. typedef struct WrenLoadModuleResult