aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerentty <noname422@gmail.com>2021-03-15 01:20:38 -0400
committerPhilip Herron <herron.philip@googlemail.com>2021-03-15 09:40:20 +0000
commit6255b77717e982ad3edb39a19111a075d25da93b (patch)
treeddf919af575b37b9970198b0824f7ba3eba6a1f9
parentb563491f40a51c44915f265f3bdf4312dc03aa2d (diff)
downloadgcc-6255b77717e982ad3edb39a19111a075d25da93b.zip
gcc-6255b77717e982ad3edb39a19111a075d25da93b.tar.gz
gcc-6255b77717e982ad3edb39a19111a075d25da93b.tar.bz2
Fix typo in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 45a291e..b8694d5 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
# GCC Rust
![GCC Rust](logo.png?raw=true "GCC rust Logo")
-Please note, the compiler is in a very early stage and not usable yet for compiling real rust programs.
+Please note, the compiler is in a very early stage and not usable yet for compiling real Rust programs.
gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal
to become fully upstream with the GNU toolchain.