diff --git a/lib/mocha/expectation.rb b/lib/mocha/expectation.rb index 41700949..cf794c10 100644 --- a/lib/mocha/expectation.rb +++ b/lib/mocha/expectation.rb @@ -204,7 +204,7 @@ def at_most_once # # @param [Array] expected_parameters_or_matchers expected parameter values or parameter matchers. # @yield optional block specifying custom matching. - # @yieldparam [*Array] actual_parameters parameters with which expected method was invoked. + # @yieldparam [Array] actual_parameters parameters with which expected method was invoked. # @yieldreturn [Boolean] +true+ if +actual_parameters+ are acceptable. # @return [Expectation] the same expectation, thereby allowing invocations of other {Expectation} methods to be chained. #