From 6130ed17a684f41354280ecb1da8cba59c412133 Mon Sep 17 00:00:00 2001 From: Karl Seguin Date: Mon, 9 Feb 2026 16:53:28 +0800 Subject: [PATCH] Update src/browser/js/Local.zig Co-authored-by: Pierre Tachoire --- src/browser/js/Local.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/js/Local.zig b/src/browser/js/Local.zig index d689af2f..578617bd 100644 --- a/src/browser/js/Local.zig +++ b/src/browser/js/Local.zig @@ -206,7 +206,7 @@ pub fn mapZigInstanceToJs(self: *const Local, js_obj_handle: ?*const v8.Object, // if (resolved.finalizer_from_v8) |finalizer| { // But that's a runtime check. // Instead, we check if the base has finalizer. The assumption - // here is that if a resolve type has a finalizer, than the base + // here is that if a resolve type has a finalizer, then the base // should have a finalizer too. const fc = try ctx.createFinalizerCallback(gop.value_ptr.*, resolved.ptr, resolved.finalizer_from_zig.?); {