Skip to content

Commit

Permalink
chore: fix typo in comment (#542)
Browse files Browse the repository at this point in the history
Signed-off-by: rustfix <[email protected]>
  • Loading branch information
rustfix authored Apr 17, 2024
1 parent e4aef94 commit 2a6c861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StdAssertions.sol
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ abstract contract StdAssertions {
vm.assertApproxEqRelDecimal(left, right, maxPercentDelta, decimals, err);
}

// Inhertied from DSTest, not used but kept for backwards-compatibility
// Inherited from DSTest, not used but kept for backwards-compatibility
function checkEq0(bytes memory left, bytes memory right) internal pure returns (bool) {
return keccak256(left) == keccak256(right);
}
Expand Down

0 comments on commit 2a6c861

Please sign in to comment.