Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
Co-authored-by: Antonio Scandurra <[email protected]>
  • Loading branch information
jasonrudolph and Antonio Scandurra committed Aug 6, 2019
1 parent 9bc83aa commit 802e377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec-helper.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Set.prototype.isEqual = (other) ->
false

jasmine.getEnv().addEqualityTester (a, b) ->
# Match jamine.any's
# Match jasmine.any's equality matching logic
return a.jasmineMatches(b) if a?.jasmineMatches?
return b.jasmineMatches(a) if b?.jasmineMatches?

Expand Down

0 comments on commit 802e377

Please sign in to comment.