Skip to content

Commit

Permalink
Merge pull request #582 from Timidan/patch-1
Browse files Browse the repository at this point in the history
simple typo correction
  • Loading branch information
DavePearce authored Jul 27, 2023
2 parents 58cfbf1 + d95bf07 commit 3c7fefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The source files including our formalisation of the EVM semantics, the state, ga
- [`stack.dfy`](src/dafny/core/stack.dfy) specifies the stack of EVM together with stack operations.
- [`storage.dfy`](src/dafny/core/storage.dfy) is an implementation of the EVM storage including functionalities for performing operations on the storage.
- [`substate.dfy`](src/dafny/core/substate.dfy) encodes the substate of the EVM.
- [`worldstate.dfy`](src/dafny/core/worldstate.dfy) specifies the wold state of the ethereum.
- [`worldstate.dfy`](src/dafny/core/worldstate.dfy) specifies the world state of the ethereum.


## Low Level
Expand Down

0 comments on commit 3c7fefc

Please sign in to comment.