summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2015-03-26 20:45:26 +0800
committerJohn Hodge <tpg@mutabah.net>2015-03-26 20:45:26 +0800
commit9b0293091f4da82d37a5b13c2b4110c09190a451 (patch)
tree09faa32152ffe2631745865e591ab8f504c53664 /README.md
parent3f78706378812a46e46fb0faba9eaf760ce80ffe (diff)
parent3396f8107fde251211c51ec94617611e96a0a33d (diff)
downloadmrust-9b0293091f4da82d37a5b13c2b4110c09190a451.tar.gz
Merge branch 'master' of https://github.com/thepowersgang/mrustc
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 64df1582..8a2c19e4 100644
--- a/README.md
+++ b/README.md
@@ -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).