diff --git a/cli/dts/lib.deno.unstable.d.ts b/cli/dts/lib.deno.unstable.d.ts index 60637f2263..5be1db05b9 100644 --- a/cli/dts/lib.deno.unstable.d.ts +++ b/cli/dts/lib.deno.unstable.d.ts @@ -342,7 +342,7 @@ declare namespace Deno { | "f32" | "f64"; - /** All BigInt number type sfor interfacing with foreign functions */ + /** All BigInt number types for interfacing with foreign functions */ type NativeBigIntType = | "u64" | "i64"