From 380ebbd6d55f8933f614c405ee1050f7231d7ed4 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Wed, 26 Jan 2022 18:23:45 +0900 Subject: [PATCH] docs: fix markdown error in sleepSync jsdoc (#13492) --- cli/dts/lib.deno.unstable.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/dts/lib.deno.unstable.d.ts b/cli/dts/lib.deno.unstable.d.ts index 28ea314f30..c5a51ae36b 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; - /** *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.