diff --git a/cli/tsc/dts/lib.deno.unstable.d.ts b/cli/tsc/dts/lib.deno.unstable.d.ts
index 238c34df90..ed7e682f12 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 really dangerous! */
+ /** Create a pointer from a numeric value. This one is really 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;