From b6ccbe81ccddbcb190cf926cfbe44381521b0611 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Mon, 4 Apr 2016 05:06:23 +0200 Subject: [PATCH] Rename documentation to "syndicate" --- racket/syndicate/info.rkt | 2 +- .../scribblings/{highlevelref.scrbl => syndicate.scrbl} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename racket/syndicate/scribblings/{highlevelref.scrbl => syndicate.scrbl} (98%) diff --git a/racket/syndicate/info.rkt b/racket/syndicate/info.rkt index f87e0ca..cfbbe57 100644 --- a/racket/syndicate/info.rkt +++ b/racket/syndicate/info.rkt @@ -1,2 +1,2 @@ #lang setup/infotab -(define scribblings '(("scribblings/highlevelref.scrbl" ()))) \ No newline at end of file +(define scribblings '(("scribblings/syndicate.scrbl" ()))) diff --git a/racket/syndicate/scribblings/highlevelref.scrbl b/racket/syndicate/scribblings/syndicate.scrbl similarity index 98% rename from racket/syndicate/scribblings/highlevelref.scrbl rename to racket/syndicate/scribblings/syndicate.scrbl index d5a2bd5..7ac6f77 100644 --- a/racket/syndicate/scribblings/highlevelref.scrbl +++ b/racket/syndicate/scribblings/syndicate.scrbl @@ -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?]{