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

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 committed Sep 15, 2023
1 parent d798ada commit 5d3730a
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 @@ -312,7 +312,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 5d3730a

Please sign in to comment.