Skip to content

Commit 4bd7280

Browse files
authored
Merge pull request #2760 from rust-lang/tshepang-patch-1
use sentence case for titles
2 parents 2e22e47 + cee55dc commit 4bd7280

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/external-repos.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Using External Repositories
1+
# Using external repositories
22

33
The `rust-lang/rust` git repository depends on several other repos in the `rust-lang` organization.
44
There are three main ways we use dependencies:
@@ -12,7 +12,7 @@ As a general rule:
1212
changes
1313
- Use submodules for tools that are independent of the compiler
1414

15-
## External Dependencies (subtrees)
15+
## External dependencies (subtrees)
1616

1717
The following external projects are managed using some form of a `subtree`:
1818

@@ -153,7 +153,7 @@ Now you're done, the `src/tools/clippy` directory behaves as if Clippy were
153153
part of the rustc monorepo, so no one but you (or others that synchronize
154154
subtrees) actually needs to use `git subtree`.
155155
156-
## External Dependencies (submodules)
156+
## External dependencies (submodules)
157157
158158
Building Rust will also use external git repositories tracked using [git submodules].
159159
The complete list may be found in the [`.gitmodules`] file.

0 commit comments

Comments
 (0)