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

Commit 5633fde

Browse files
committed
Fix typo :)
1 parent b23895e commit 5633fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec/support.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def self.===(exception)
139139
end
140140
end
141141

142-
# The Differ is only needed when a a spec fails with a diffable failure.
142+
# The Differ is only needed when a spec fails with a diffable failure.
143143
# In the more common case of all specs passing or the only failures being
144144
# non-diffable, we can avoid the extra cost of loading the differ, diff-lcs,
145145
# pp, etc by avoiding an unnecessary require. Instead, autoload will take

0 commit comments

Comments
 (0)