From 3ff27f80c0dea3a363504c8d70c55630eb1d59d1 Mon Sep 17 00:00:00 2001 From: Arr00 <13561405+arr00@users.noreply.github.com> Date: Mon, 1 Dec 2025 12:20:54 +0200 Subject: [PATCH] Fix typo in `FHESafeMath` --- contracts/utils/FHESafeMath.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/utils/FHESafeMath.sol b/contracts/utils/FHESafeMath.sol index 93bf65fa..3b4451a3 100644 --- a/contracts/utils/FHESafeMath.sol +++ b/contracts/utils/FHESafeMath.sol @@ -9,7 +9,7 @@ import {FHE, ebool, euint64} from "@fhevm/solidity/lib/FHE.sol"; * to handle potential overflows in FHE operations. * * NOTE: An uninitialized `euint64` value (equivalent to euint64.wrap(bytes32(0))) is evaluated as 0. - * This library will may return an uninitialized value if all inputs are uninitialized. + * This library may return an uninitialized value if all inputs are uninitialized. */ library FHESafeMath { /**