mirror of
https://github.com/denoland/deno.git
synced 2025-01-11 16:42:21 -05:00
docs: fix markdown error in sleepSync jsdoc (#13492)
This commit is contained in:
parent
2efc8acf6a
commit
8cac089c33
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,
|
mtime: number | Date,
|
||||||
): Promise<void>;
|
): 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
|
* SleepSync puts the main thread to sleep synchronously for a given amount of
|
||||||
* time in milliseconds.
|
* time in milliseconds.
|
||||||
|
|
Loading…
Reference in a new issue