From a9b01f6cbc5aa4d0335759fec369290b276d3aa5 Mon Sep 17 00:00:00 2001 From: Earl St Sauver Date: Sun, 11 Jan 2015 13:53:53 -0800 Subject: [PATCH] Fix sentence fragment in librustc README --- src/librustc/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc/README.txt b/src/librustc/README.txt index e79ee7fa6477b..697dddca74fb1 100644 --- a/src/librustc/README.txt +++ b/src/librustc/README.txt @@ -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: ------------------------------