We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 987c7db + df03c3a commit 61133a7Copy full SHA for 61133a7
contracts/Math/ABDKMath64x64/ABDKMath64x64PropertyTests.sol
@@ -368,7 +368,7 @@ contract CryticABDKMath64x64Properties {
368
}
369
370
371
- // Adding minus one to the maximum value should revert, as it is out of range
+ // Adding minus one to the minimum value should revert, as it is out of range
372
function add_test_minimum_value_plus_negative_one() public view {
373
try this.add(MIN_64x64, MINUS_ONE_FP) {
374
assert(false);
0 commit comments