Skip to content

Commit b5eae12

Browse files
authored
Fixed small grammar mistake in monomorph.md (rust-lang#1585)
Fixes rust-lang/rustc-dev-guide#1584
1 parent 23e2c96 commit b5eae12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/backend/monomorph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ the substitutions with the identity parameter before being added to the set
133133
of collected items - thereby reducing the copies from two (`[u16, u32]` and
134134
`[u64, u32]`) to one (`[A, u32]`).
135135

136-
`unused_generic_params` will also invoked during code generation when the
136+
`unused_generic_params` will also be invoked during code generation when the
137137
symbol name for `foo` is being computed for use in the callsites of `foo`
138138
(which have the regular substitutions present, otherwise there would be a
139139
symbol mismatch between the caller and the function).

0 commit comments

Comments
 (0)