Typo.
This commit is contained in:
parent
70be49b957
commit
4ea31d8f39
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ Makes a hash set mapping all variables to the Boolean domain.
|
|||
(make-boolean-domains '(a b))
|
||||
]}
|
||||
|
||||
@defproc[(make-boolean-network [vars (VariableMapping (UpdateFunction Boolean))])
|
||||
@defproc[(make-boolean-network [funcs (VariableMapping (UpdateFunction Boolean))])
|
||||
(Network Boolean)]{
|
||||
|
||||
Builds a Boolean network from a given hash table assigning functions to
|
||||
|
|
Loading…
Reference in a new issue