Fix typo in comment

This commit is contained in:
Stan Hu 2016-07-26 17:07:51 -07:00
parent ba192c73cd
commit a85d24fcec
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ class ProjectTeam
# Determine the maximum access level for a group of users in bulk.
#
# Returns a Hash mapping user ID -> maxmum access level.
# Returns a Hash mapping user ID -> maximum access level.
def max_member_access_for_user_ids(user_ids)
user_ids = user_ids.uniq
key = "max_member_access:#{project.id}"