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

Fix YARD type syntax #2875

Merged
merged 1 commit into from
Feb 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/rspec/core/formatters.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module RSpec::Core::Formatters

# Register the formatter class
# @param formatter_class [Class] formatter class to register
# @param notifications [Symbol, ...] one or more notifications to be
# @param notifications [Array<Symbol>] one or more notifications to be
# registered to the specified formatter
#
# @see RSpec::Core::Formatters::BaseFormatter
Expand Down