Skip to content

Commit

Permalink
fix incorrect yardoc
Browse files Browse the repository at this point in the history
  • Loading branch information
carrickr committed May 17, 2017
1 parent 692e8c9 commit f6b18a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/concerns/hyrax/ability.rb
Expand Up @@ -45,7 +45,7 @@ def admin_set_ids_for_management
admin_set_ids_for_roles(['manage'])
end

# @param [Array<Symbol>] roles the roles to be used when searching for admin
# @param [Array<String>] roles the roles to be used when searching for admin
# sets for the user
# @return [Array<String>] a list of admin set ids for admin sets the user
# that match the roles
Expand Down

0 comments on commit f6b18a2

Please sign in to comment.