Skip to content

Commit 30462a3

Browse files
authored
Fix: typos (#232)
Fix: typos
1 parent 9f513c1 commit 30462a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Is EVM written in rust that is focused on **speed** and **simplicity**. It has f
44

55
Here is list of things that i would like to use as guide in this project:
66
- **EVM compatibility and stability** - this goes without saying but it is nice to put it here. In blockchain industry, stability is most desired attribute of any system.
7-
- **Speed** - is one of the most important things and most decision are made to complement this.
8-
- **Simplicity** - simplification of internals so that it can be easily understood and extended, and interface that can be easily used or integrated into other project.
7+
- **Speed** - is one of the most important things and most decisions are made to complement this.
8+
- **Simplicity** - simplification of internals so that it can be easily understood and extended, and interface that can be easily used or integrated into other projects.
99
- **interfacing** - `[no_std]` so that it can be used as wasm lib and integrate with JavaScript and cpp binding if needed.
1010

1111

@@ -18,7 +18,7 @@ structure:
1818
* revmjs -> Binding for js. (in not finished state)
1919
* bins:
2020
* revme: cli binary, used for running state test json
21-
* revm-test: test binaries with contracts, used mostly to checke performance (will proably merge it inside revme).
21+
* revm-test: test binaries with contracts, used mostly to check performance (will probably merge it inside revme).
2222

2323
There were some big efforts on optimization of revm:
2424
* Optimizing interpreter loop: https://github.com/bluealloy/revm/issues/7

0 commit comments

Comments
 (0)