Skip to content

Commit

Permalink
Update reference.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Madmaxs2 authored and kanej committed Dec 2, 2024
1 parent f620ed7 commit e452187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/hardhat-chai-matchers/docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ expect("0x1234").to.be.properHex(4);

### `.hexEqual`

Assert that the given strings hexadecimal strings correspond to the same numerical value:
Assert that the given hexadecimal strings correspond to the same numerical value:

```ts
expect("0x00012AB").to.hexEqual("0x12ab");
Expand Down

0 comments on commit e452187

Please sign in to comment.