Skip to content

Commit 02ab0de

Browse files
committed
Updated comment
1 parent c40a40f commit 02ab0de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages-exp/auth-exp/test/delay.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
const SET_TIMEOUT = window.setTimeout;
2020

2121
/**
22-
* Throws tasks to the back of the async task queue, optionally # times.
23-
* Each "time" roughly corresponds to one execution of an "await" statement
22+
* Throws tasks to the back of the async task queue.
2423
*/
2524
export function delay(cb: () => void): void {
2625
SET_TIMEOUT(cb, 1);

0 commit comments

Comments
 (0)