mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 12:58:54 -05:00
docs: fix markdown error in sleepSync jsdoc (#13492)
This commit is contained in:
parent
b53997273d
commit
380ebbd6d5
1 changed files with 1 additions and 1 deletions
2
cli/dts/lib.deno.unstable.d.ts
vendored
2
cli/dts/lib.deno.unstable.d.ts
vendored
|
@ -953,7 +953,7 @@ declare namespace Deno {
|
|||
mtime: number | Date,
|
||||
): Promise<void>;
|
||||
|
||||
/** *UNSTABLE**: new API, yet to be vetted.
|
||||
/** **UNSTABLE**: new API, yet to be vetted.
|
||||
*
|
||||
* SleepSync puts the main thread to sleep synchronously for a given amount of
|
||||
* time in milliseconds.
|
||||
|
|
Loading…
Reference in a new issue