Improve wording consistency in code/doc (#3365)

This commit is contained in:
Hadrien Croubois
2022-05-04 18:20:59 -03:00
committed by GitHub
parent 4574ce45b6
commit 07b1b472c0
10 changed files with 34 additions and 19 deletions

View File

@ -17,7 +17,7 @@ interface IERC3156FlashBorrower {
* @param amount The amount of tokens lent.
* @param fee The additional amount of tokens to repay.
* @param data Arbitrary data structure, intended to contain user-defined parameters.
* @return The keccak256 hash of "ERC3156FlashBorrower.onFlashLoan"
* @return The keccak256 hash of "IERC3156FlashBorrower.onFlashLoan"
*/
function onFlashLoan(
address initiator,