Skip to content

Commit 0526ce3

Browse files
spastorinoJoshua Nelson
authored and
Joshua Nelson
committed
Complete unfinished statement
1 parent 3032f87 commit 0526ce3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/git.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,8 @@ This is because, like any dependency, we want to be able to control which versio
315315
Submodules allow us to do just that: every submodule is "pinned" to a certain
316316
commit, which doesn't change unless modified manually. If you use `git checkout <commit>`
317317
in the `miri` directory and go back to the `rust` directory, you can stage this
318-
change like any
319-
This is usually done by
320-
the maintainers of the project, and looks like [this][miri-update].
318+
change like any other. This is usually done by the maintainers of the
319+
project, and looks like [this][miri-update].
321320

322321
Git submodules take some time to get used to, so don't worry if it isn't perfectly
323322
clear yet. You will rarely have to use them directly and, again, you don't need

0 commit comments

Comments
 (0)