Skip to content

Commit 61133a7

Browse files
Merge pull request #46 from aviggiano/patch-2
Update ABDKMath64x64PropertyTests.sol
2 parents 987c7db + df03c3a commit 61133a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/Math/ABDKMath64x64/ABDKMath64x64PropertyTests.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ contract CryticABDKMath64x64Properties {
368368
}
369369
}
370370

371-
// Adding minus one to the maximum value should revert, as it is out of range
371+
// Adding minus one to the minimum value should revert, as it is out of range
372372
function add_test_minimum_value_plus_negative_one() public view {
373373
try this.add(MIN_64x64, MINUS_ONE_FP) {
374374
assert(false);

0 commit comments

Comments
 (0)