Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit a5bf456

Browse files
authored
Merge pull request #2875 from kachick/fix-yard-type-syntax
Fix YARD type syntax
2 parents ecb65d2 + ac1ee45 commit a5bf456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec/core/formatters.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ module RSpec::Core::Formatters
7979

8080
# Register the formatter class
8181
# @param formatter_class [Class] formatter class to register
82-
# @param notifications [Symbol, ...] one or more notifications to be
82+
# @param notifications [Array<Symbol>] one or more notifications to be
8383
# registered to the specified formatter
8484
#
8585
# @see RSpec::Core::Formatters::BaseFormatter

0 commit comments

Comments
 (0)