From 924eb33b3f2086f31a47f015487ee0221c0b35d7 Mon Sep 17 00:00:00 2001 From: Karl Seguin Date: Sat, 21 Feb 2026 07:02:21 +0800 Subject: [PATCH] Update src/browser/js/Env.zig Co-authored-by: Pierre Tachoire --- src/browser/js/Env.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/js/Env.zig b/src/browser/js/Env.zig index c51c055e..458ff099 100644 --- a/src/browser/js/Env.zig +++ b/src/browser/js/Env.zig @@ -175,7 +175,7 @@ pub fn init(app: *App, opts: InitOpts) !Env { .data = null, .flags = v8.kOnlyInterceptStrings | v8.kNonMasking, }); - // I don' 100% understand this. We actually set this up in the snapshot, + // I don't 100% understand this. We actually set this up in the snapshot, // but for the global instance, it doesn't work. SetIndexedHandler and // SetNamedHandler are set on the Instance template, and that's the key // difference. The context has its own global instance, so we need to set