Merge pull request #20968 from estsauver/20762

Fix sentence fragment in librustc README

Reviewed-by: alexcrichton
This commit is contained in:
bors 2015-01-12 00:21:32 +00:00
commit 4bed1e8c0a

View File

@ -68,7 +68,7 @@ util - ubiquitous types and helper functions
lib - bindings to LLVM
The entry-point for the compiler is main() in the librustc_trans
crate. But the
crate.
The 3 central data structures:
------------------------------