aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/index.html2
1 files changed, 1 insertions, 1 deletions
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 <a href="#with-html-output"><code>WITH-HTML-O
&amp;body body)
&quot;Transform the enclosed BODY consisting of HTML as s-expressions
into Lisp code which creates the corresponding HTML as a string.&quot;
- `(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)))
</pre>