Skip to content

Commit

Permalink
Update ABDKMath64x64PropertyTests.sol
Browse files Browse the repository at this point in the history
Fix documentation
  • Loading branch information
aviggiano authored Oct 12, 2023
1 parent e645e8c commit df03c3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ contract CryticABDKMath64x64Properties {
}
}

// 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
function add_test_minimum_value_plus_negative_one() public view {
try this.add(MIN_64x64, MINUS_ONE_FP) {
assert(false);
Expand Down

0 comments on commit df03c3a

Please sign in to comment.