From 6aee80a71b0ef6f75ac1e14ab9973c77547bf3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hillerstr=C3=B6m?= Date: Thu, 14 Sep 2023 09:14:29 +0200 Subject: [PATCH] Fix typo --- thesis.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thesis.tex b/thesis.tex index f861826..49eba98 100644 --- a/thesis.tex +++ b/thesis.tex @@ -19736,7 +19736,7 @@ overhead, although, techniques such as just-in-time compilation can be utilised to reduce this overhead. Continuation passing style (CPS) is a canonical implementation -strategy for continuations --- the word `continuation' even feature in +strategy for continuations --- the word `continuation' even features in its name. % CPS is a particular idiomatic notation for programs, where every