We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da702b2 commit 0c84f19Copy full SHA for 0c84f19
src/ParseACL.js
@@ -80,7 +80,7 @@ class ParseACL {
80
/**
81
* Returns whether this ACL is equal to another object
82
*
83
- * @param other The other object to compare to
+ * @param {ParseACL} other The other object's ACL to compare to
84
* @returns {boolean}
85
*/
86
equals(other: ParseACL): boolean {
0 commit comments