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

Commit ca8bc7b

Browse files
authored
Merge pull request #2433 from lvrbrtsn/patch-1
Change comment in base_formatter.rb
2 parents 2d6180c + 5aecd52 commit ca8bc7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec/core/formatters/base_formatter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module RSpec
55
module Core
66
module Formatters
77
# RSpec's built-in formatters are all subclasses of
8-
# RSpec::Core::Formatters::BaseTextFormatter.
8+
# RSpec::Core::Formatters::BaseFormatter.
99
#
1010
# @see RSpec::Core::Formatters::BaseTextFormatter
1111
# @see RSpec::Core::Reporter

0 commit comments

Comments
 (0)