From f707feb91088ee6a8bb9d72930e42989afbd7abc Mon Sep 17 00:00:00 2001 From: Ethan Willis Date: Fri, 17 Feb 2023 14:08:06 -0600 Subject: [PATCH] etc(british) -> etc.(american) --- 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 96fdcc9..1f7892c 100644 --- a/goblins/scribblings/api.scrbl +++ b/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