Skip to content

Commit 2a6c861

Browse files
authored
chore: fix typo in comment (#542)
Signed-off-by: rustfix <[email protected]>
1 parent e4aef94 commit 2a6c861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StdAssertions.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ abstract contract StdAssertions {
595595
vm.assertApproxEqRelDecimal(left, right, maxPercentDelta, decimals, err);
596596
}
597597

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

0 commit comments

Comments
 (0)