diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ This project is an attempt at creating a simple rust compiler in C++.
-Inintially it will compile a superset of valid rust code into C code (avoiding all safety validations)
+Initially it will compile a superset of valid rust code into C code (avoiding all safety validations).
|