Skip to content

Commit 88b2c84

Browse files
authored
Apply suggestion from @jakebailey
1 parent 6eb1f1c commit 88b2c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/es2020.string.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ interface String {
66
/**
77
* Matches a string with a regular expression, and returns an iterable of matches
88
* containing the results of that search.
9-
* @param regexp A variable name or string literal containing the regular expression pattern and flags.
9+
* @param regexp A regular expression
1010
*/
1111
matchAll(regexp: RegExp): RegExpStringIterator<RegExpExecArray>;
1212

0 commit comments

Comments
 (0)