diff options
-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 8a3e872df..4bb449116 100644 --- a/cli/dts/lib.deno.unstable.d.ts +++ b/cli/dts/lib.deno.unstable.d.ts @@ -48,7 +48,7 @@ declare namespace Deno { * Gets the size of the console as columns/rows. * * ```ts - * const { columns, rows } = await Deno.consoleSize(Deno.stdout.rid); + * const { columns, rows } = Deno.consoleSize(Deno.stdout.rid); * ``` */ export function consoleSize( |