about summary refs log tree commit diff stats
path: root/lisp/js/l.html
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-03-22 07:59:26 -0400
committerelioat <elioat@tilde.institute>2024-03-22 07:59:26 -0400
commit1f6f62c739b170dbfdd531bb5e4be5dca419c1c4 (patch)
treeff1411b85d553d9fdc019f8c14ee5e37a7ae1635 /lisp/js/l.html
parentb7fdffc133f0e15274904eee2577f66699bea13b (diff)
downloadtour-1f6f62c739b170dbfdd531bb5e4be5dca419c1c4.tar.gz
*
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"))
 
 		)`;