summaryrefslogtreecommitdiff
path: root/cli/dts/lib.deno.unstable.d.ts
diff options
context:
space:
mode:
authorRoj <roj1512@aol.com>2022-08-12 09:32:38 +0300
committerGitHub <noreply@github.com>2022-08-12 15:32:38 +0900
commitee2f4e745c33797ac9fd20571e77cef73ea585bf (patch)
treef9efd5ac119c51ca58d706f8e7487827cd527fa7 /cli/dts/lib.deno.unstable.d.ts
parent39fb32df46475e993df56328ca45e8088091fddd (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.ts2
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"