Browse Source

etc(british) -> etc.(american)

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

2
goblins/scribblings/api.scrbl

@ -353,7 +353,7 @@ basically a top-level invocation; the core operation for that is
@racket[actormap-turn].
This can be thought of as like a top-level invocation of a procedure at
a REPL: the procedure called may create other objects, instantiate and
call other procedures, etc, but (unless some portion of computation
call other procedures, etc., but (unless some portion of computation
goes into an infinite loop) will eventually return to the REPL with
some value.
Actormap turns are similar; actors may do

Loading…
Cancel
Save