Skip to content

Commit fec1206

Browse files
dzhavatthePunderWoman
authored andcommitted
docs: update comment (#62482)
PR Close #62482
1 parent 98ecf80 commit fec1206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/profiler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function startMeasuring<T>(label: string): void {
2727

2828
/**
2929
* Function that will stop measuring against the performance API
30-
* Should be used in pair with stopMeasuring
30+
* Should be used in pair with startMeasuring
3131
*/
3232
export function stopMeasuring(label: string): void {
3333
if (!enablePerfLogging) {

0 commit comments

Comments
 (0)