Skip to content

Commit b3356b2

Browse files
committed
Merge pull request #110 from vreemt/vreemt/fix-docs
Fix documentation parsing error
2 parents 224949f + 3a7ec6b commit b3356b2

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)