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.