Commit a85d24fc authored by Stan Hu's avatar Stan Hu

Fix typo in comment

parent ba192c73
...@@ -134,7 +134,7 @@ class ProjectTeam ...@@ -134,7 +134,7 @@ class ProjectTeam
# Determine the maximum access level for a group of users in bulk. # 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) def max_member_access_for_user_ids(user_ids)
user_ids = user_ids.uniq user_ids = user_ids.uniq
key = "max_member_access:#{project.id}" key = "max_member_access:#{project.id}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment