Skip to content

Commit

Permalink
Fix Typo in Math.sol (#5033)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitriospapathanasiou committed May 13, 2024
1 parent 52c36d4 commit 05d4bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/utils/math/Math.sol
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ library Math {

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

0 comments on commit 05d4bf5

Please sign in to comment.