html: Add punctuation to comment.
This commit is contained in:
parent
d919b527fc
commit
75430def43
|
@ -113,7 +113,7 @@ list ATTRS and the child nodes in BODY."
|
|||
(() *unspecified*)
|
||||
(('doctype type)
|
||||
(doctype->html type port))
|
||||
;; Unescaped, raw HTML output
|
||||
;; Unescaped, raw HTML output.
|
||||
(('raw html)
|
||||
(display html port))
|
||||
(((? symbol? tag) ('@ attrs ...) body ...)
|
||||
|
|
Loading…
Reference in New Issue