Skip to content

Commit 2c69f9f

Browse files
authored
Fix comment on ERC777._beforeTokenTransfer (#3982)
1 parent 3f3774c commit 2c69f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/token/ERC777/ERC777.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ contract ERC777 is Context, IERC777, IERC20 {
498498

499499
/**
500500
* @dev Hook that is called before any token transfer. This includes
501-
* calls to {send}, {transfer}, {operatorSend}, minting and burning.
501+
* calls to {send}, {transfer}, {operatorSend}, {transferFrom}, minting and burning.
502502
*
503503
* Calling conditions:
504504
*

0 commit comments

Comments
 (0)