Skip to content

Commit 3a7ec6b

Browse files
committed
Fix documentation parsing error
the documentation incorrectly tries to use the `success` function when rendering the `objectClass` this makes the display of the parameter more consistent
1 parent 224949f commit 3a7ec6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ParseQuery.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ function quote(s: string) {
4646
* Creates a new parse Parse.Query for the given Parse.Object subclass.
4747
* @class Parse.Query
4848
* @constructor
49-
* @param objectClass -
50-
* An instance of a subclass of Parse.Object, or a Parse className string.
49+
* @param {} objectClass An instance of a subclass of Parse.Object, or a Parse className string.
5150
*
5251
* <p>Parse.Query defines a query that is used to fetch Parse.Objects. The
5352
* most common use case is finding all objects that match a query through the

0 commit comments

Comments
 (0)