diff options
Diffstat (limited to 'core/src/OC/admin.js')
-rw-r--r-- | core/src/OC/admin.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/OC/admin.js b/core/src/OC/admin.js index bb947573490..96ad6cd4048 100644 --- a/core/src/OC/admin.js +++ b/core/src/OC/admin.js @@ -26,7 +26,7 @@ const isAdmin = !!window._oc_isadmin /** * Returns whether the current user is an administrator * - * @returns {bool} true if the user is an admin, false otherwise + * @return {bool} true if the user is an admin, false otherwise * @since 9.0.0 */ export const isUserAdmin = () => isAdmin |