From 19f1823e4435f9eb53c23f8ee809d376c7b22700 Mon Sep 17 00:00:00 2001 From: Connor Burton Date: Mon, 22 May 2023 15:04:28 +0100 Subject: docs: be explicit in the unit of time of delay in setTimeout (#19207) --- cli/tsc/dts/lib.deno.shared_globals.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tsc') diff --git a/cli/tsc/dts/lib.deno.shared_globals.d.ts b/cli/tsc/dts/lib.deno.shared_globals.d.ts index 69850f0b2..603cc78f2 100644 --- a/cli/tsc/dts/lib.deno.shared_globals.d.ts +++ b/cli/tsc/dts/lib.deno.shared_globals.d.ts @@ -348,7 +348,7 @@ declare namespace WebAssembly { export function validate(bytes: BufferSource): boolean; } -/** Sets a timer which executes a function once after the timer expires. Returns +/** Sets a timer which executes a function once after the delay (in milliseconds) elapses. Returns * an id which may be used to cancel the timeout. * * ```ts -- cgit v1.2.3