summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-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"