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

Commit c4024e4

Browse files
authored
Merge pull request #372 from TaigaMikami/master
Fix typo :)
2 parents b23895e + 5633fde commit c4024e4

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)