intelephense

1.14.41.16.1
lib/lib.es2022.regexp.d.ts
lib/lib.es2022.regexp.d.ts
+1−1
Index: package/lib/lib.es2022.regexp.d.ts
===================================================================
--- package/lib/lib.es2022.regexp.d.ts
+++ package/lib/lib.es2022.regexp.d.ts
@@ -31,9 +31,9 @@
 }
 
 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;
 }