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

Commit 6db69eb

Browse files
committed
fixup! Fix yard doc
1 parent ecb0e48 commit 6db69eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec/core/configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ def color_enabled?(output=output_stream)
947947
#
948948
# @deprecated No longer recommended because of complex behavior. Instead,
949949
# rely on the fact that TTYs will display color by default, or set
950-
# {:color_mode} to :on to display color on a non-TTY output.
950+
# {#color_mode} to :on to display color on a non-TTY output.
951951
def color=(value)
952952
RSpec.deprecate("`color` setting", :replacement => "`color_mode`")
953953
@color = value

0 commit comments

Comments
 (0)