From 1cf6a8203826cf176eaf093b722b4f5d123f79da Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Wed, 17 Jun 2015 22:13:37 +0200 Subject: [PATCH] README: make it clear rustc is the compiler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e54473a8b41..f54c22110b3 100644 --- a/README.md +++ b/README.md @@ -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