Skip to content

Commit

Permalink
Fixed small grammar mistake in monomorph.md (rust-lang#1585)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciel-MC authored Feb 5, 2023
1 parent 347b363 commit 5471f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/monomorph.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ the substitutions with the identity parameter before being added to the set
of collected items - thereby reducing the copies from two (`[u16, u32]` and
`[u64, u32]`) to one (`[A, u32]`).

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

0 comments on commit 5471f42

Please sign in to comment.