diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2022-01-26 18:23:45 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-26 18:23:45 +0900 |
commit | 380ebbd6d55f8933f614c405ee1050f7231d7ed4 (patch) | |
tree | be67de1a4eb0be9287797312a444062101dfce24 | |
parent | b53997273d1bc3ece8eaecfe32b10fd8102290b1 (diff) |
docs: fix markdown error in sleepSync jsdoc (#13492)
-rw-r--r-- | cli/dts/lib.deno.unstable.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/dts/lib.deno.unstable.d.ts b/cli/dts/lib.deno.unstable.d.ts index 28ea314f3..c5a51ae36 100644 --- a/cli/dts/lib.deno.unstable.d.ts +++ b/cli/dts/lib.deno.unstable.d.ts @@ -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. |