diff options
Diffstat (limited to 'cli/tsc/dts/lib.es2022.regexp.d.ts')
-rw-r--r-- | cli/tsc/dts/lib.es2022.regexp.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tsc/dts/lib.es2022.regexp.d.ts b/cli/tsc/dts/lib.es2022.regexp.d.ts index 88ebbce9b..5a15cd49e 100644 --- a/cli/tsc/dts/lib.es2022.regexp.d.ts +++ b/cli/tsc/dts/lib.es2022.regexp.d.ts @@ -32,7 +32,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; |