From 654c45fed60c0da07596b847decb2a036ab4efd2 Mon Sep 17 00:00:00 2001 From: Ethan Willis Date: Fri, 17 Feb 2023 13:52:46 -0600 Subject: [PATCH] a proper aside with commas on each side --- 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 80329b9..ec34cfa 100644 --- a/goblins/scribblings/api.scrbl +++ b/goblins/scribblings/api.scrbl @@ -84,7 +84,7 @@ Goblins' extensions to these ideas are: introducing coroutines.}} @item{Raw message passing without a clear way to get values back can be painful. - For this reason, @racket[<-] implicitly returns a promise that + For this reason, @racket[<-], implicitly returns a promise that can be resolved with @racket[on] (and, for extra convenience and fewer round trips, supports @secref["promise pipelining (tutorial)"]).@actors-note{