README: make it clear rustc is the compiler

This commit is contained in:
Tshepang Lekhonkhobe 2015-06-17 22:13:37 +02:00
parent 37cc79f81c
commit 1cf6a82038
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Rust is a systems programming language that is fast, memory safe and
multithreaded, but does not employ a garbage collector or otherwise
impose significant runtime overhead.
This repo contains the code for `rustc`, the Rust compiler, as well
This repo contains the code for the compiler (`rustc`), as well
as standard libraries, tools and documentation for Rust.
## Quick Start