From f6b18a2816c907ed52175d4d1d4636944a93810d Mon Sep 17 00:00:00 2001 From: Carrick Rogers Date: Wed, 17 May 2017 13:33:43 -0700 Subject: [PATCH] fix incorrect yardoc --- app/models/concerns/hyrax/ability.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/concerns/hyrax/ability.rb b/app/models/concerns/hyrax/ability.rb index ace44b7c46..3c58786724 100644 --- a/app/models/concerns/hyrax/ability.rb +++ b/app/models/concerns/hyrax/ability.rb @@ -45,7 +45,7 @@ def admin_set_ids_for_management admin_set_ids_for_roles(['manage']) end - # @param [Array] roles the roles to be used when searching for admin + # @param [Array] roles the roles to be used when searching for admin # sets for the user # @return [Array] a list of admin set ids for admin sets the user # that match the roles