about summary refs log tree commit diff stats
path: root/shell
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-04-05 23:23:41 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-04-05 23:23:41 -0700
commit9142cd8519e11564c097ec4ccb5933a94ed6fea0 (patch)
tree848efbeb749d5396eb4d411766d602b670726a30 /shell
parent07bc1eeb90e1ff4e0c9931f4ad568fdd466b4298 (diff)
downloadmu-9142cd8519e11564c097ec4ccb5933a94ed6fea0.tar.gz
.
Diffstat (limited to 'shell')
-rw-r--r--shell/main.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.mu b/shell/main.mu
index b6ceff95..62298a18 100644
--- a/shell/main.mu
+++ b/shell/main.mu
@@ -1,5 +1,5 @@
 # Experimental Mu shell
-# A Lisp with indent-sensitivity and infix, no macros. Commas are ignored.
+# A Lisp with indent-sensitivity and infix, no macros.
 
 fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk) {
   var sandbox-storage: sandbox