diff --git a/packages/rrweb/src/record/mutation.ts b/packages/rrweb/src/record/mutation.ts index 383a366607..b77f1f6d35 100644 --- a/packages/rrweb/src/record/mutation.ts +++ b/packages/rrweb/src/record/mutation.ts @@ -650,7 +650,7 @@ export default class MutationBuffer { ); } - // Since this is an extremely hot path, do not destructure next + // Since this is an extremely hot path, do not destructure next // in order to avoid invoking the iterator protocol const n = next[0]; const target = next[1];