1
0
Fork 0
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:
Yoshiya Hinosawa 2022-01-26 18:23:45 +09:00 committed by Bartek Iwańczuk
parent 2efc8acf6a
commit 8cac089c33
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750

View file

@ -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.