From df03c3a8198819b096ae2a472f1c7d9c357d6ad9 Mon Sep 17 00:00:00 2001 From: Antonio Viggiano Date: Thu, 12 Oct 2023 12:34:52 -0300 Subject: [PATCH] Update ABDKMath64x64PropertyTests.sol Fix documentation --- contracts/Math/ABDKMath64x64/ABDKMath64x64PropertyTests.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/Math/ABDKMath64x64/ABDKMath64x64PropertyTests.sol b/contracts/Math/ABDKMath64x64/ABDKMath64x64PropertyTests.sol index efa58fd..6548efa 100644 --- a/contracts/Math/ABDKMath64x64/ABDKMath64x64PropertyTests.sol +++ b/contracts/Math/ABDKMath64x64/ABDKMath64x64PropertyTests.sol @@ -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);