mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 14:18:42 +01:00
Fix outdated comment
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user