Skip to content

Commit 5471f42

Browse files
authored
Fixed small grammar mistake in monomorph.md (rust-lang#1585)
Fixes rust-lang#1584
1 parent 347b363 commit 5471f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/monomorph.md

+1-1
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)