generic: Fix the order of parameters in the comment for dds-step.
This commit is contained in:
parent
5d5d0347e8
commit
c79c23ada3
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@
|
|||
|
||||
;;; A discrete dynamical system.
|
||||
(define-generics dds
|
||||
;; Given a state and a dds, produce the next states of the dds.
|
||||
;; Given a dds and a state, produce the next states of the dds.
|
||||
(dds-step dds state))
|
||||
|
|
Loading…
Reference in a new issue