diff --git a/src/browser/js/Snapshot.zig b/src/browser/js/Snapshot.zig index b02c246a..e9a6aa29 100644 --- a/src/browser/js/Snapshot.zig +++ b/src/browser/js/Snapshot.zig @@ -36,7 +36,7 @@ const embedded_snapshot_blob = if (@import("build_config").snapshot_path) |path| // You cannot, from what I can tell, create persisted FunctionTemplates at // snapshot creation time. But you can embedd those templates (or any other v8 // Data) so that it's available to contexts created from the snapshot. This is -// the starting index of those function templtes, which we can extract. At +// the starting index of those function templates, which we can extract. At // creation time, in debug, we assert that this is actually a consecutive integer // sequence data_start: usize,