Skip to content

Commit 9ba5809

Browse files
authored
fix(docs): Matches Modifier Documentation (#1226)
1 parent ba6cbf9 commit 9ba5809

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ParseQuery.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,6 +1299,7 @@ class ParseQuery {
12991299
* This may be slow for large datasets.
13001300
* @param {String} key The key that the string to match is stored in.
13011301
* @param {RegExp} regex The regular expression pattern to match.
1302+
* @param {String} modifiers The regular expression mode.
13021303
* @return {Parse.Query} Returns the query, so you can chain this call.
13031304
*/
13041305
matches(key: string, regex: RegExp, modifiers: string): ParseQuery {

0 commit comments

Comments
 (0)