about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2015-06-30 15:37:44 -0400
committerSteve Klabnik <steve@steveklabnik.com>2015-06-30 15:37:44 -0400
commit9d641316f134eed5b271c962b90b7ccc4964a8a6 (patch)
tree7ad3498541632f71fcc2d09af21945fcc0b820c4
parentfdf219dd42ad6a1627dd949d3f92193d0c482226 (diff)
parent1cf6a8203826cf176eaf093b722b4f5d123f79da (diff)
downloadrust-9d641316f134eed5b271c962b90b7ccc4964a8a6.tar.gz
rust-9d641316f134eed5b271c962b90b7ccc4964a8a6.zip
Rollup merge of #26373 - tshepang:patch-2, r=steveklabnik
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c8f00ba1acd..0a08767dc74 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Rust is a fast systems programming language that guarantees
 memory safety and offers painless concurrency ([no data races]).
 It does not employ a garbage collector and has minimal 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.
 
 [no data races]: http://blog.rust-lang.org/2015/04/10/Fearless-Concurrency.html