Skip to content

Commit f80d833

Browse files
authored
docs: Fix incorrect return type in Parse.Object.getACL (parse-community#2006)
1 parent 54cadf6 commit f80d833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ParseObject.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ class ParseObject {
10571057
/**
10581058
* Returns the ACL for this object.
10591059
*
1060-
* @returns {Parse.ACL} An instance of Parse.ACL.
1060+
* @returns {Parse.ACL|null} An instance of Parse.ACL.
10611061
* @see Parse.Object#get
10621062
*/
10631063
getACL(): ?ParseACL {

0 commit comments

Comments
 (0)