Skip to content

Commit 44d7d61

Browse files
authored
Merge branch 'alpha' into linkwith-anon
2 parents 5a8bfdf + f80d833 commit 44d7d61

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)