From b197995204c122a620bef8fef8600e53405236d7 Mon Sep 17 00:00:00 2001 From: Ethan Willis Date: Fri, 17 Feb 2023 13:57:46 -0600 Subject: [PATCH] convert to sentence --- goblins/scribblings/api.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goblins/scribblings/api.scrbl b/goblins/scribblings/api.scrbl index 5e6076e..83eb329 100644 --- a/goblins/scribblings/api.scrbl +++ b/goblins/scribblings/api.scrbl @@ -79,7 +79,7 @@ Goblins' extensions to these ideas are: to move from a coroutine-centric approach to an @link["http://www.erights.org/"]{E}-style promise approach. It could be that coroutines are re-added, but would have to be done - with extreme care; section 18.2 of that same thesis for an + with extreme care. Section 18.2 of that same thesis for an explanation of the challenges and a possible solution for introducing coroutines.}} @item{Raw message passing without a clear way to get values back can