diff options
author | Stas Boukarev <stassats@gmail.com> | 2016-10-04 18:50:03 +0300 |
---|---|---|
committer | Stas Boukarev <stassats@gmail.com> | 2016-10-04 18:51:14 +0300 |
commit | f29086d5f0b1d505a92a355c022d8733b149b85e (patch) | |
tree | e7c326a81ad95f10a2f9c7861bd1063e3e9bad85 | |
parent | cea7e67db255fe127e68b0c96f05ddbe22982285 (diff) | |
download | tl-who-f29086d5f0b1d505a92a355c022d8733b149b85e.tar.gz tl-who-f29086d5f0b1d505a92a355c022d8733b149b85e.tar.bz2 tl-who-f29086d5f0b1d505a92a355c022d8733b149b85e.zip |
Fix a typo in the documentation.
Reported by @gptix in #21
-rw-r--r-- | doc/index.html | 2 |
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 &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))) </pre> |