Fix documentation incosistency

This commit is contained in:
BirDt_ 2026-04-04 14:05:00 +08:00
parent 1453813aee
commit 44d078c310

View file

@ -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)