Skip to content

Commit 05d4bf5

Browse files
Fix Typo in Math.sol (#5033)
1 parent 52c36d4 commit 05d4bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/utils/math/Math.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ library Math {
311311

312312
/**
313313
* @dev Returns the modular exponentiation of the specified base, exponent and modulus (b ** e % m).
314-
* It includes a success flag indicating if the operation succeeded. Operation will be marked has failed if trying
314+
* It includes a success flag indicating if the operation succeeded. Operation will be marked as failed if trying
315315
* to operate modulo 0 or if the underlying precompile reverted.
316316
*
317317
* IMPORTANT: The result is only valid if the success flag is true. When using this function, make sure the chain

0 commit comments

Comments
 (0)