about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2021-03-11 14:55:41 -0300
committerJoshua Nelson <joshua@yottadb.com>2021-03-11 13:01:44 -0500
commitc270c49c6b4bd687d25e77b6aa741a56f0dc101f (patch)
treee0675636760bb11a4401fe9965760fb0fb77de8d /src/doc/rustc-dev-guide
parent613c370d294c88ec939be41ccca3fa0341c77fd7 (diff)
downloadrust-c270c49c6b4bd687d25e77b6aa741a56f0dc101f.tar.gz
rust-c270c49c6b4bd687d25e77b6aa741a56f0dc101f.zip
Complete unfinished statement
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/git.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/src/git.md b/src/doc/rustc-dev-guide/src/git.md
index d9061994836..e533426cfca 100644
--- a/src/doc/rustc-dev-guide/src/git.md
+++ b/src/doc/rustc-dev-guide/src/git.md
@@ -315,9 +315,8 @@ This is because, like any dependency, we want to be able to control which versio
 Submodules allow us to do just that: every submodule is "pinned" to a certain
 commit, which doesn't change unless modified manually. If you use `git checkout <commit>`
 in the `miri` directory and go back to the `rust` directory, you can stage this
-change like any
-This is usually done by
-the maintainers of the project, and looks like [this][miri-update].
+change like any other. This is usually done by the maintainers of the
+project, and looks like [this][miri-update].
 
 Git submodules take some time to get used to, so don't worry if it isn't perfectly
 clear yet. You will rarely have to use them directly and, again, you don't need