From cf2422a31240016783199f278325f0b933741cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hillerstr=C3=B6m?= Date: Mon, 8 Feb 2021 16:13:13 +0000 Subject: [PATCH] citet => cite --- thesis.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thesis.tex b/thesis.tex index 39a2045..a4962ec 100644 --- a/thesis.tex +++ b/thesis.tex @@ -8120,7 +8120,7 @@ fork operation invocation site and the scheduler handler needs to be manually reinstalled when the computation argument is run. Nevertheless, this is the approach to concurrency that \citet{DolanWSYM15} have adopted for Multicore -OCaml~\citet{DolanWSYM15}. +OCaml~\cite{DolanWSYM15}. % In my MSc(R) dissertation I used a similar approach to implement a cooperative version of the actor concurrency model of Links with