commit f23956a17f1ddba7e019655fc4cb1220ab152d0c
parent a15334091472b8aae39e0f0b96d3fa5c2b2afabb
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date: Wed, 28 Jul 2021 01:41:09 +0100
fixed typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scribblings/introduction.scrbl b/scribblings/introduction.scrbl
@@ -170,7 +170,7 @@
In principle, new information gained by the static analysis may be added to
the existing representation via mutation, or the optimiser could directly
- alter the @tech{ IR}. This means that the @tech{IR} will initially contain
+ alter the @tech{IR}. This means that the @tech{IR} will initially contain
holes (e.g. represented by @racketid[null] values), which will get filled in
gradually. Manipulating these parts is then risky, as it is easy to
accidentally attempt to retrieve a value before it was actually computed.