summaryrefslogtreecommitdiff
path: root/haunt
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-07-26 22:29:57 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-07-26 22:29:57 -0400
commit75430def43e2e56a6ea92a055144066853e349a4 (patch)
treef4506320609cfc4c1e512d94a21f82e2ee35b4da /haunt
parentd919b527fcd4d5929032b23f50e5e8f70befdd28 (diff)
html: Add punctuation to comment.
Diffstat (limited to 'haunt')
-rw-r--r--haunt/build/html.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt/build/html.scm b/haunt/build/html.scm
index aa7dd36..e8bb49b 100644
--- a/haunt/build/html.scm
+++ b/haunt/build/html.scm
@@ -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 ...)