diff options
-rw-r--r-- | src/hypnotisml.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hypnotisml.lisp b/src/hypnotisml.lisp index c3b8e47..e8d204a 100644 --- a/src/hypnotisml.lisp +++ b/src/hypnotisml.lisp @@ -135,7 +135,7 @@ uniquely quried in the dom by passing string to .querySelector()" :default-initargs (:tag :div) :documentation "A container whose children are to be displayed in a horizontal row.") -;;; MODIFYING +;;; STYLING AND ATTRIBUTES (defun $ (&rest plist) "Create a STYLES instance from the PLIST" |