fix(communication): correct missing closing quote in actuator registry docstring
This commit is contained in:
@@ -26,7 +26,7 @@ The ~communication.lisp~ module defines the low-level transport and framing logi
|
||||
(in-package :opencortex)
|
||||
|
||||
(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)
|
||||
"Registers an actuator function. Actuators receive: (ACTION CONTEXT)."
|
||||
|
||||
Reference in New Issue
Block a user