From f09e02501ba3a7a5ce4c3c12b225c14fa74cfa29 Mon Sep 17 00:00:00 2001 From: Joey <31974730+Joeysantoro@users.noreply.github.com> Date: Wed, 15 Nov 2023 11:20:50 -0500 Subject: [PATCH] ERC-2612 fix typo (#57) --- ERCS/erc-2612.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ERCS/erc-2612.md b/ERCS/erc-2612.md index 90e47d67bf..a70cf591af 100644 --- a/ERCS/erc-2612.md +++ b/ERCS/erc-2612.md @@ -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: