Skip to content

Commit

Permalink
Fixed incorrect example in POD
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcam committed Dec 12, 2023
1 parent 60006a7 commit 977b7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WTSI/NPG/iRODS/DataObject.pm
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ sub set_permissions {
$WTSI::NPG::iRODS::OWN_PERMISSION or
$WTSI::NPG::iRODS::NULL_PERMISSION. Optional.
Example : $obj->get_object_groups($WTSI::NPG::iRODS::READ_PERMISSION)
Example : $obj->get_groups($WTSI::NPG::iRODS::READ_PERMISSION)
Description: Return a list of the data access groups in the object's ACL.
If a permission level argument is supplied, only groups with
that level of access will be returned. Only groups having a
Expand Down

0 comments on commit 977b7bd

Please sign in to comment.