diff options
-rw-r--r-- | lib/private/share/share.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/share/share.php b/lib/private/share/share.php index 9956ac99d57..942ae96dc4f 100644 --- a/lib/private/share/share.php +++ b/lib/private/share/share.php @@ -1006,7 +1006,7 @@ class Share extends \OC\Share\Constants { * @param string uidOwner User that is the owner of shared items (optional) * @param int $format Format to convert items to with formatItems() (optional) * @param mixed $parameters to pass to formatItems() (optional) - * @param int $limit Number of items to retur/n, -1 to return all matches (optional) + * @param int $limit Number of items to return, -1 to return all matches (optional) * @param bool $includeCollections Include collection item types (optional) * @param bool $itemShareWithBySource (optional) * @param bool $checkExpireDate |