Skip to content

Commit f3d7736

Browse files
Update src/browser/dom/mutation_observer.zig
Co-authored-by: Pierre Tachoire <[email protected]>
1 parent 4c89bb0 commit f3d7736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/dom/mutation_observer.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ const Observer = struct {
218218
record: ?MutationRecord = null,
219219

220220
// reference back to the MutationObserver so that we can access the arena
221-
// and batch the mutation record.s
221+
// and batch the mutation records.
222222
mutation_observer: *MutationObserver,
223223

224224
fn appliesTo(o: *const Observer, target: *parser.Node) bool {

0 commit comments

Comments
 (0)