Skip to content

Commit b74fbca

Browse files
committed
Fix typo
1 parent 1a7b1c1 commit b74fbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/eof.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ The following instructions are introduced in EOF code:
230230
- halt with exceptional failure if the current frame is in `static-mode`.
231231
- read uint8 operand `initcontainer_index`
232232
- pops `value`, `salt`, `input_offset`, `input_size` from the stack
233-
- peform (and charge for) memory expansion using `[input_offset, input_size]`
233+
- perform (and charge for) memory expansion using `[input_offset, input_size]`
234234
- load initcode EOF subcontainer at `initcontainer_index` in the container from which `EOFCREATE` is executed
235235
- let `initcontainer` be that EOF container, and `initcontainer_size` its length in bytes
236236
- check call depth limit and whether caller balance is enough to transfer `value`

0 commit comments

Comments
 (0)