Commit ade1976

mo <mo@mokhan.ca>
2017-12-21 19:22:56
params -> param.
1 parent 6b5e200
Changed files (1)
lib/saml/kit/service_provider_metadata.rb
@@ -12,7 +12,7 @@ module Saml
 
       # Returns the AssertionConsumerService for the specified binding.
       #
-      # @params binding [Symbol] can be either `:http_post` or `:http_redirect`
+      # @param binding [Symbol] can be either `:http_post` or `:http_redirect`
       def assertion_consumer_service_for(binding:)
         service_for(binding: binding, type: 'AssertionConsumerService')
       end