diff options
Diffstat (limited to 'lib/user.php')
-rw-r--r-- | lib/user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/user.php b/lib/user.php index b91abd71fe6..399a3240c8c 100644 --- a/lib/user.php +++ b/lib/user.php @@ -477,7 +477,7 @@ class OC_User { /**
* @brief Get a list of all users display name
- * @returns associative array with all display names (key) and corresponding uids (value)
+ * @returns associative array with all display names (value) and corresponding uids (key)
*
* Get a list of all display names and user ids.
*/
|