Skip to content

Commit a0bb24b

Browse files
Update src/ParseQuery.js
Better type def in doc Co-authored-by: Manuel <[email protected]> Signed-off-by: Richard Groves <[email protected]>
1 parent 4f6f27d commit a0bb24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ParseQuery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ class ParseQuery {
12961296
* not be contained in the provided list of values.
12971297
*
12981298
* @param {string} key The key to check.
1299-
* @param {array} value The values that will not match.
1299+
* @param {Array<*>} value The values that will not match.
13001300
* @returns {Parse.Query} Returns the query, so you can chain this call.
13011301
*/
13021302
notContainedIn(key: string, value: Array<mixed>): ParseQuery {

0 commit comments

Comments
 (0)