Skip to content

Commit 1cf6a82

Browse files
committed
README: make it clear rustc is the compiler
1 parent 37cc79f commit 1cf6a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Rust is a systems programming language that is fast, memory safe and
44
multithreaded, but does not employ a garbage collector or otherwise
55
impose significant runtime overhead.
66

7-
This repo contains the code for `rustc`, the Rust compiler, as well
7+
This repo contains the code for the compiler (`rustc`), as well
88
as standard libraries, tools and documentation for Rust.
99

1010
## Quick Start

0 commit comments

Comments
 (0)