Rename documentation to "syndicate"

This commit is contained in:
Tony Garnock-Jones 2016-04-04 05:06:23 +02:00
parent 482afb9f62
commit b6ccbe81cc
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
#lang setup/infotab
(define scribblings '(("scribblings/highlevelref.scrbl" ())))
(define scribblings '(("scribblings/syndicate.scrbl" ())))

View File

@ -8,7 +8,7 @@
@defmodule[syndicate/actor]
@section{Insantaneous Actions (I)}
@section{Instantaneous Actions (I)}
@defform[(actor I ...)]{
Spawns an actor that executes each instantaneous action @racket[I] in
@ -17,7 +17,7 @@ sequence.}
@defform[(network I ...)]{
Spawns a network as a child of the network enclosing the executing actor. The
new network executes each instantaneous action @racket[I].}
@defproc[(send! [v any/c]
[#:meta-level level natural-number/c 0])
void?]{