Skip to content

Commit e345164

Browse files
Phlosioneermark-i-m
authored andcommitted
Fix typo in conventions.md
1 parent d58961b commit e345164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ we do not currently run rustfmt all the time, that can introduce a lot
132132
of noise into your commit. Please isolate that into its own
133133
commit. This also makes rebases a lot less painful, since rustfmt
134134
tends to cause a lot of merge conflicts, and having those isolated
135-
into their own commit makes htem easier to resolve.
135+
into their own commit makes them easier to resolve.
136136

137137
**No merges.** We do not allow merge commits into our history, other
138138
than those by bors. If you get a merge conflict, rebase instead via a

0 commit comments

Comments
 (0)