Skip to content

Commit 4824aa4

Browse files
authored
Fix typo in FHESafeMath (#263)
1 parent c1713e9 commit 4824aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/utils/FHESafeMath.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {FHE, ebool, euint64} from "@fhevm/solidity/lib/FHE.sol";
99
* to handle potential overflows in FHE operations.
1010
*
1111
* NOTE: An uninitialized `euint64` value (equivalent to euint64.wrap(bytes32(0))) is evaluated as 0.
12-
* This library will may return an uninitialized value if all inputs are uninitialized.
12+
* This library may return an uninitialized value if all inputs are uninitialized.
1313
*/
1414
library FHESafeMath {
1515
/**

0 commit comments

Comments
 (0)