diff --git a/src/runtime/js.zig b/src/runtime/js.zig index 0b22cd10..3e1ad2e8 100644 --- a/src/runtime/js.zig +++ b/src/runtime/js.zig @@ -946,7 +946,7 @@ pub fn Env(comptime State: type, comptime WebApis: type) type { // a JsObject, not null. Consider a function, // _doSomething(arg: ?Env.JsObjet) void { ... } // - // And then these three calls: + // And then these two calls: // doSomething(); // doSomething(null); //