Skip to content

Commit

Permalink
Merge pull request #1556 from martijnversluis/patch-1
Browse files Browse the repository at this point in the history
Fix doc typo in argument_matchers.rb
  • Loading branch information
JonRowe authored Sep 15, 2023
2 parents 3b673ee + 0d8341e commit 868bf98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rspec/mocks/argument_matchers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def description
begin
object.class.name.include?(matcher_namespace)
rescue NoMethodError
# Some objects, like BasicObject, don't implemented standard
# Some objects, like BasicObject, don't implement standard
# reflection methods.
false
end
Expand Down

0 comments on commit 868bf98

Please sign in to comment.