Correct documentation.

This commit is contained in:
Tony Garnock-Jones 2012-04-17 12:47:01 -04:00
parent abb967f09b
commit 6c89d9bd9d
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
;; role in a conversation.
(struct topic (role pattern virtual?) #:prefab)
;; BootK = PID -> Transition
;; BootK = either (PID -> Transition) or Transition
;; InterruptK = State -> Transition
;; TrapK<X> = X -> InterruptK