diff options
Diffstat (limited to 'cli/tsc')
-rw-r--r-- | cli/tsc/dts/lib.deno.unstable.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tsc/dts/lib.deno.unstable.d.ts b/cli/tsc/dts/lib.deno.unstable.d.ts index 238c34df9..ed7e682f1 100644 --- a/cli/tsc/dts/lib.deno.unstable.d.ts +++ b/cli/tsc/dts/lib.deno.unstable.d.ts @@ -362,7 +362,7 @@ declare namespace Deno { * @category FFI */ export class UnsafePointer { - /** Create a pointer from a numeric value. This is one is <i>really</i> dangerous! */ + /** Create a pointer from a numeric value. This one is <i>really</i> dangerous! */ static create(value: number | bigint): PointerValue; /** Returns `true` if the two pointers point to the same address. */ static equals(a: PointerValue, b: PointerValue): boolean; |