We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c36d4 commit 05d4bf5Copy full SHA for 05d4bf5
contracts/utils/math/Math.sol
@@ -311,7 +311,7 @@ library Math {
311
312
/**
313
* @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
+ * It includes a success flag indicating if the operation succeeded. Operation will be marked as failed if trying
315
* to operate modulo 0 or if the underlying precompile reverted.
316
*
317
* IMPORTANT: The result is only valid if the success flag is true. When using this function, make sure the chain
0 commit comments