From f29086d5f0b1d505a92a355c022d8733b149b85e Mon Sep 17 00:00:00 2001 From: Stas Boukarev Date: Tue, 4 Oct 2016 18:50:03 +0300 Subject: Fix a typo in the documentation. Reported by @gptix in #21 --- doc/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.html b/doc/index.html index 279eb0a..f64dc10 100644 --- a/doc/index.html +++ b/doc/index.html @@ -510,7 +510,7 @@ This is just a thin wrapper around WITH-HTML-O &body body) "Transform the enclosed BODY consisting of HTML as s-expressions into Lisp code which creates the corresponding HTML as a string." - `(with-output-to-string (,var ,string-form :elementy-type ,element-type) + `(with-output-to-string (,var ,string-form :element-type ,element-type) (with-html-output (,var nil :prologue ,prologue :indent ,indent) ,@body))) -- cgit v1.2.3