Skip to content

Commit

Permalink
ERC-2612 fix typo (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeysantoro committed Nov 15, 2023
1 parent 607dd2b commit f09e025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERCS/erc-2612.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The semantics of which are as follows:

For all addresses `owner`, `spender`, uint256s `value`, `deadline` and `nonce`, uint8 `v`, bytes32 `r` and `s`,
a call to `permit(owner, spender, value, deadline, v, r, s)` will set
`approval[owner][spender]` to `value`,
`allowance[owner][spender]` to `value`,
increment `nonces[owner]` by 1,
and emit a corresponding `Approval` event,
if and only if the following conditions are met:
Expand Down

0 comments on commit f09e025

Please sign in to comment.