From cc8f3995264dd2f68402f6e74f166e28d5f1eb98 Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Wed, 24 Jan 2024 20:51:50 -0500 Subject: [PATCH] dupe words --- src/lib/es2022.regexp.d.ts | 2 +- src/lib/esnext.regexp.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/es2022.regexp.d.ts b/src/lib/es2022.regexp.d.ts index 9ab1cd791439c..b4a547acd65e3 100644 --- a/src/lib/es2022.regexp.d.ts +++ b/src/lib/es2022.regexp.d.ts @@ -14,7 +14,7 @@ interface RegExpIndicesArray extends Array<[number, number]> { interface RegExp { /** - * Returns a Boolean value indicating the state of the hasIndices flag (d) used with with a regular expression. + * Returns a Boolean value indicating the state of the hasIndices flag (d) used with a regular expression. * Default is false. Read-only. */ readonly hasIndices: boolean; diff --git a/src/lib/esnext.regexp.d.ts b/src/lib/esnext.regexp.d.ts index 8dfc5006d0e83..b4ac8c76fbffa 100644 --- a/src/lib/esnext.regexp.d.ts +++ b/src/lib/esnext.regexp.d.ts @@ -1,6 +1,6 @@ interface RegExp { /** - * Returns a Boolean value indicating the state of the unicodeSets flag (v) used with with a regular expression. + * Returns a Boolean value indicating the state of the unicodeSets flag (v) used with a regular expression. * Default is false. Read-only. */ readonly unicodeSets: boolean;