From b9ae4c6077f1cf8054b15e282ea06c3dbb0dc869 Mon Sep 17 00:00:00 2001 From: Karl Seguin Date: Fri, 22 Aug 2025 15:17:59 +0800 Subject: [PATCH] Update src/runtime/js.zig Co-authored-by: Pierre Tachoire --- src/runtime/js.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); //