diff options
author | Roj <roj1512@aol.com> | 2022-08-12 09:32:38 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-12 15:32:38 +0900 |
commit | ee2f4e745c33797ac9fd20571e77cef73ea585bf (patch) | |
tree | f9efd5ac119c51ca58d706f8e7487827cd527fa7 /cli/dts/lib.deno.unstable.d.ts | |
parent | 39fb32df46475e993df56328ca45e8088091fddd (diff) |
docs(cli/dts): fix typo (#15457)
Diffstat (limited to 'cli/dts/lib.deno.unstable.d.ts')
-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 60637f226..5be1db05b 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" |