Fix sentence fragment in librustc README

This commit is contained in:
Earl St Sauver 2015-01-11 13:53:53 -08:00
parent c6c786671d
commit a9b01f6cbc

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:
------------------------------