Skip to content

Commit 62f03c2

Browse files
authored
Making the sentence more clear (#1624)
1 parent b684e35 commit 62f03c2

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
@@ -99,7 +99,7 @@ are relatively rare in functions, but closures inherit the generic
9999
parameters of their parent function and it is common for closures to not
100100
use those inherited parameters. Without polymorphization, a copy of these
101101
closures would be created for each copy of the parent function. By
102-
creating fewer copies, less LLVM IR is generated and needs processed.
102+
creating fewer copies, less LLVM IR is generated; therefore less needs to be processed.
103103

104104
`unused_generic_params` returns a `FiniteBitSet<u64>` where a bit is set if
105105
the generic parameter of the corresponding index is unused. Any parameters

0 commit comments

Comments
 (0)