Browse Source

a proper aside with commas on each side

merge-requests/31/head
Ethan Willis 3 years ago
parent
commit
654c45fed6
  1. 2
      goblins/scribblings/api.scrbl

2
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{

Loading…
Cancel
Save