generic: Fix the order of parameters in the comment for dds-step.

This commit is contained in:
Sergiu Ivanov 2020-02-23 12:21:08 +01:00
parent 5d5d0347e8
commit c79c23ada3

View File

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