We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1e71a commit 0591410Copy full SHA for 0591410
src/backend/monomorph.md
@@ -133,7 +133,7 @@ the substitutions with the identity parameter before being added to the set
133
of collected items - thereby reducing the copies from two (`[u16, u32]` and
134
`[u64, u32]`) to one (`[A, u32]`).
135
136
-`unused_generic_params` will also invoked during code generation when the
+`unused_generic_params` will also be invoked during code generation when the
137
symbol name for `foo` is being computed for use in the callsites of `foo`
138
(which have the regular substitutions present, otherwise there would be a
139
symbol mismatch between the caller and the function).
0 commit comments