Skip to content

Commit

Permalink
Fixed documentation (again)
Browse files Browse the repository at this point in the history
- Replaced NOTE with Note,
- It could not resolve the documentation for GET-CSS-CLASSES.
  • Loading branch information
woudshoo committed Jan 22, 2024
1 parent ab5a71f commit 41be3b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/widget.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ For example:
- :div -- generates <div ...> widget content </div>
- (:div :display \"flex\") -- generates (<div ... :display \"flex\">widget content</div>
NOTE on attributes, in the attribute list the following attributes can
Note on attributes: in the attribute list the following attributes can
not be specified, they will be ignored:
- :class -- Use the GET-CSS-CLASSES method to specify these
- :class -- Use the get-css-classes method to specify these
- :id -- This is the value of the dom-id slot of the widget,
normally automatically managed by reblocks.
Expand Down

0 comments on commit 41be3b6

Please sign in to comment.