Skip to content

Commit 23b4fdb

Browse files
authored
Update EIP-663: Fix markdown rendering 2
Merged by EIP-Bot.
1 parent 334471d commit 23b4fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EIPS/eip-663.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If the code is valid EOF1, the following rules apply:
5050
4. Execution rules:
5151
1. `DUPN`: the `n`'th stack item is duplicated at the top of the stack. (*Note: We use 1-based indexing here.*)
5252
2. `SWAPN`: the `n + 1`'th stack item is swapped with the top of the stack.
53-
3 `EXCHANGE`: the `n + 1`'th stack item is swapped with the `n + m + 1`'th stack item.
53+
3. `EXCHANGE`: the `n + 1`'th stack item is swapped with the `n + m + 1`'th stack item.
5454

5555
The gas cost for all three instructions is set at 3.
5656

0 commit comments

Comments
 (0)