We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c89bb0 commit f3d7736Copy full SHA for f3d7736
src/browser/dom/mutation_observer.zig
@@ -218,7 +218,7 @@ const Observer = struct {
218
record: ?MutationRecord = null,
219
220
// reference back to the MutationObserver so that we can access the arena
221
- // and batch the mutation record.s
+ // and batch the mutation records.
222
mutation_observer: *MutationObserver,
223
224
fn appliesTo(o: *const Observer, target: *parser.Node) bool {
0 commit comments