fix(communication): correct missing closing quote in actuator registry docstring
This commit is contained in:
@@ -18,7 +18,7 @@ The ~communication.lisp~ module defines the low-level transport and framing logi
|
|||||||
** Actuator Registry
|
** Actuator Registry
|
||||||
#+begin_src lisp
|
#+begin_src lisp
|
||||||
(defvar *actuator-registry* (make-hash-table :test 'equalp)
|
(defvar *actuator-registry* (make-hash-table :test 'equalp)
|
||||||
"Global registry mapping target keywords to their physical actuator functions.
|
"Global registry mapping target keywords to their physical actuator functions.")
|
||||||
|
|
||||||
(defun register-actuator (name fn)
|
(defun register-actuator (name fn)
|
||||||
"Registers an actuator function. Actuators receive: (ACTION CONTEXT)."
|
"Registers an actuator function. Actuators receive: (ACTION CONTEXT)."
|
||||||
|
|||||||
Reference in New Issue
Block a user