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