From ee2f4e745c33797ac9fd20571e77cef73ea585bf Mon Sep 17 00:00:00 2001 From: Roj Date: Fri, 12 Aug 2022 09:32:38 +0300 Subject: [PATCH] docs(cli/dts): fix typo (#15457) --- 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 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"