From a5d3282c90ddf03a4cf5016ba202ad1951119e3f Mon Sep 17 00:00:00 2001 From: Mika <121306011+MikaT-code@users.noreply.github.com> Date: Fri, 3 Mar 2023 13:13:46 +0200 Subject: [PATCH] Making the sentence more clear (#1624) --- src/backend/monomorph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/monomorph.md b/src/backend/monomorph.md index cbc56acf..7726daf4 100644 --- a/src/backend/monomorph.md +++ b/src/backend/monomorph.md @@ -99,7 +99,7 @@ are relatively rare in functions, but closures inherit the generic parameters of their parent function and it is common for closures to not use those inherited parameters. Without polymorphization, a copy of these closures would be created for each copy of the parent function. By -creating fewer copies, less LLVM IR is generated and needs processed. +creating fewer copies, less LLVM IR is generated; therefore less needs to be processed. `unused_generic_params` returns a `FiniteBitSet` where a bit is set if the generic parameter of the corresponding index is unused. Any parameters