Browse Source

toplevel -> top-level. It's spelled top-level elsewhere in the document

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

2
goblins/scribblings/api.scrbl

@ -351,7 +351,7 @@ bootstrap an actormap with some interesting actors.
Actors then operate on @deftech[#:key "turn"]{turns}, which are
basically a top-level invocation; the core operation for that is
@racket[actormap-turn].
This can be thought of as like a toplevel invocation of a procedure at
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
goes into an infinite loop) will eventually return to the REPL with

Loading…
Cancel
Save