Skip to content

Commit 0591410

Browse files
authored
Fixed small grammar mistake in monomorph.md (#1585)
Fixes #1584
1 parent 2d1e71a commit 0591410

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)