Skip to content

Commit ad85170

Browse files
Update packages/utils/src/lib/performance-observer.ts
Co-authored-by: Hanna Skryl <80118140+hanna-skryl@users.noreply.github.com>
1 parent c84ea01 commit ad85170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/src/lib/performance-observer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export class PerformanceObserverSink<T>
5151
return;
5252
}
5353

54-
// The only used to trigger the flush it is not processing the entries just counting them
54+
// Only used to trigger the flush - it's not processing the entries, just counting them
5555
this.#observer = new PerformanceObserver(
5656
(list: PerformanceObserverEntryList) => {
5757
const batchCount = OBSERVED_TYPES.reduce(

0 commit comments

Comments
 (0)