about summary refs log tree commit diff stats
path: root/lisp/js/l.html
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/js/l.html')
-rw-r--r--lisp/js/l.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/js/l.html b/lisp/js/l.html
index f1e27b2..8927607 100644
--- a/lisp/js/l.html
+++ b/lisp/js/l.html
@@ -30,7 +30,7 @@
 			(concat s t))
 
 		(print 
-			(bird "tweet " "twoot"))
+			(bird "hello " "world"))
 
 		)`;