Skip to content

Commit 58cbf7b

Browse files
authored
Remove duplicate word in ERC7821 comment (#5839)
1 parent 95c41d2 commit 58cbf7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/account/extensions/draft-ERC7821.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {Account} from "../Account.sol";
1010
/**
1111
* @dev Minimal batch executor following ERC-7821.
1212
*
13-
* Only supports supports single batch mode (`0x01000000000000000000`). Does not support optional "opData".
13+
* Only supports single batch mode (`0x01000000000000000000`). Does not support optional "opData".
1414
*
1515
* @custom:stateless
1616
*/

0 commit comments

Comments
 (0)