diff --git a/src/browser/js/ExecutionWorld.zig b/src/browser/js/ExecutionWorld.zig index 38e066ff..1a8f9681 100644 --- a/src/browser/js/ExecutionWorld.zig +++ b/src/browser/js/ExecutionWorld.zig @@ -84,7 +84,7 @@ pub fn createContext(self: *ExecutionWorld, page: *Page, enter: bool) !*Context if (comptime IS_DEBUG) { // Getting this into the snapshot is tricky (anything involving the // global is tricky). Easier to do here, and in debug more, we're - // find with paying the small perf hit. + // fine with paying the small perf hit. const js_global = v8.FunctionTemplate.initDefault(isolate); const global_template = js_global.getInstanceTemplate();