Skip to content

Commit

Permalink
dupe words
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Feb 16, 2024
1 parent 5283d13 commit cc8f399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/es2022.regexp.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/lib/esnext.regexp.d.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit cc8f399

Please sign in to comment.