diff options
Diffstat (limited to 'lisp/js/l.html')
-rw-r--r-- | lisp/js/l.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/js/l.html b/lisp/js/l.html index cd716f3..f1e27b2 100644 --- a/lisp/js/l.html +++ b/lisp/js/l.html @@ -25,7 +25,7 @@ (print bar) - (defn bird + (fn bird (s t) (concat s t)) |