diff options
| author | Earl St Sauver <estsauver@gmail.com> | 2015-01-11 13:53:53 -0800 |
|---|---|---|
| committer | Earl St Sauver <estsauver@gmail.com> | 2015-01-11 13:53:53 -0800 |
| commit | a9b01f6cbc5aa4d0335759fec369290b276d3aa5 (patch) | |
| tree | aa11fc470fd995f08c1f8d314cc574aec34d5a50 | |
| parent | c6c786671d692d7b13c2e5c68a53001327b4b125 (diff) | |
| download | rust-a9b01f6cbc5aa4d0335759fec369290b276d3aa5.tar.gz rust-a9b01f6cbc5aa4d0335759fec369290b276d3aa5.zip | |
Fix sentence fragment in librustc README
| -rw-r--r-- | src/librustc/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/README.txt b/src/librustc/README.txt index e79ee7fa647..697dddca74f 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: ------------------------------ |
