Skip to content

Commit

Permalink
docs: typo fix Update machine.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdqst authored Dec 22, 2024
1 parent a73b9b0 commit 28d4c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cairo/kakarot-ssj/docs/general/machine.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The EVM is a stack-based computer responsible for the execution of EVM bytecode.
It has two context-bound data structures: the stack and the memory. The stack is
a 256bit-words based data structure used to store and retrieve intermediate
values during the execution of opcodes. The memory is a byte-addressable data
structure organized into 32-byte words used a volatile space to store data
structure organized into 32-byte words used volatile space to store data
during execution. Both the stack and the memory are initialized empty at the
start of a call context, and destroyed when a call context ends.

Expand Down

0 comments on commit 28d4c81

Please sign in to comment.