1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-03 04:48:52 -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 GitHub
parent b53997273d
commit 380ebbd6d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.