diff --git a/src/browser/dom/mutation_observer.zig b/src/browser/dom/mutation_observer.zig index a8470f37..8aac8f3b 100644 --- a/src/browser/dom/mutation_observer.zig +++ b/src/browser/dom/mutation_observer.zig @@ -218,7 +218,7 @@ const Observer = struct { record: ?MutationRecord = null, // reference back to the MutationObserver so that we can access the arena - // and batch the mutation record.s + // and batch the mutation records. mutation_observer: *MutationObserver, fn appliesTo(o: *const Observer, target: *parser.Node) bool {