Skip to content

Commit 7b6e906

Browse files
committed
Cleanup wording around the awkward "and so on is . ." in the README.txt.
1 parent afaa48c commit 7b6e906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ lib/ - bindings to LLVM
3232
The files concerned purely with syntax -- that is, the AST, parser,
3333
pretty-printer, lexer, macro expander, and utilities for traversing
3434
ASTs -- are in a separate crate called "syntax", whose files are in
35-
./../libsyntax if the parent directory of front/, middle/, back/, and
36-
so on is . .
35+
./../libsyntax, where . is the current directory (that is, the parent
36+
directory of front/, middle/, back/, and so on).
3737

3838
The entry-point for the compiler is main() in driver/rustc.rs, and
3939
this file sequences the various parts together.

0 commit comments

Comments
 (0)