Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Sep 19, 2024
1 parent d2a101e commit 3abaa98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async/delay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export interface DelayOptions {
* Setting `persistent` to `false` will allow the process to continue to run as
* long as the timer exists.
*
* ```ts no-assert
* ```ts no-assert ignore
* import { delay } from "@std/async/delay";
*
* // ...
Expand Down

0 comments on commit 3abaa98

Please sign in to comment.