Fix documentation incosistency
This commit is contained in:
parent
1453813aee
commit
44d078c310
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ When entities are created or removed, the creation/deletion is added to an inter
|
|||
(system-process system)
|
||||
(set-system-process! system process)
|
||||
#+end_src
|
||||
Functions for creating systems, which are SRFI-99 records. ~name~ must be a symbol, ~priority~ must be an integer, ~criteria~ must be a list of symbols, and ~process~ must be a zero argument procedure.
|
||||
Functions for creating systems, which are SRFI-99 records. ~name~ must be a symbol, ~priority~ must be an integer, ~criteria~ must be a list of symbols, and ~process~ must be a single argument procedure (where the argument is an entity, a list of components, to act on).
|
||||
|
||||
#+begin_src scheme
|
||||
(add-system system)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue