mirror of
https://github.com/denoland/deno.git
synced 2024-12-31 03:29:10 -05:00
docs(cli/dts): fix typo (#15457)
This commit is contained in:
parent
39fb32df46
commit
ee2f4e745c
1 changed files with 1 additions and 1 deletions
2
cli/dts/lib.deno.unstable.d.ts
vendored
2
cli/dts/lib.deno.unstable.d.ts
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue