Skip to content

Commit 0c84f19

Browse files
authored
docs: update equals method in ParseACL (#1288)
1 parent da702b2 commit 0c84f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ParseACL.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class ParseACL {
8080
/**
8181
* Returns whether this ACL is equal to another object
8282
*
83-
* @param other The other object to compare to
83+
* @param {ParseACL} other The other object's ACL to compare to
8484
* @returns {boolean}
8585
*/
8686
equals(other: ParseACL): boolean {

0 commit comments

Comments
 (0)