Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit ee2c4f3

Browse files
jyn514camelid
andcommitted
fix typo
Co-authored-by: Noah Lev <[email protected]>
1 parent 97641d5 commit ee2c4f3

File tree

1 file changed

+1
-1
lines changed
  • src/doc/rustc-dev-guide/src

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ You might also notice conflicts in the web UI:
140140

141141
The most common cause is that you rebased after a change and ran `git add .` without first running
142142
`x.py` to update the submodules. Alternatively, you might have run `cargo fmt` instead of `x fmt`
143-
and modified files in a submodule, then commited the changes.
143+
and modified files in a submodule, then committed the changes.
144144

145145
To fix it, do the following things:
146146

0 commit comments

Comments
 (0)