Skip to content

Commit e381c7a

Browse files
authored
Merge pull request #2694 from rust-lang/tshepang-patch-1
about-this-guide.md: make more clear
2 parents 2cbe7f5 + 7c82e3d commit e381c7a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/about-this-guide.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,12 @@ please see the corresponding [subsection on writing documentation in this guide]
6464
6565
## Other places to find information
6666

67+
This guide, the one you are currently reading,
68+
contains information about how various parts of the compiler work,
69+
and how to contribute to the compiler.
70+
6771
You might also find the following sites useful:
6872

69-
- This guide contains information about how various parts of the
70-
compiler work and how to contribute to the compiler.
7173
- [rustc API docs] -- rustdoc documentation for the compiler, devtools, and internal tools
7274
- [Forge] -- contains documentation about Rust infrastructure, team procedures, and more
7375
- [compiler-team] -- the home-base for the Rust compiler team, with description

0 commit comments

Comments
 (0)