diff options
author | CRA Yoshihito Nakatani <yoshihito.nakatani@craftsman-software.com> | 2023-03-15 23:03:24 +0900 |
---|---|---|
committer | CRA Yoshihito Nakatani <yoshihito.nakatani@craftsman-software.com> | 2023-03-15 23:03:24 +0900 |
commit | fb9c8e379030766f078a168a75e40efc7d4409a6 (patch) | |
tree | 32b06f5ec912cbc07b41cb392a32781a8e8fcacc | |
parent | 502534d9702340f269b2e90274b6945ad12fa01f (diff) | |
download | nextcloud-server-fb9c8e379030766f078a168a75e40efc7d4409a6.tar.gz nextcloud-server-fb9c8e379030766f078a168a75e40efc7d4409a6.zip |
Fix the typo in comments
-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 487625affc1..dec71f792fd 100644 --- a/lib/private/Share/Share.php +++ b/lib/private/Share/Share.php @@ -63,7 +63,7 @@ class Share extends Constants { * Apps are required to handle permissions on their own, this class only * stores and manages the permissions of shares * - * @see lib/public/constants.php + * @see lib/public/Constants.php */ /** |