about summary refs log tree commit diff stats
path: root/baremetal/shell/grapheme-stack.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-02-21 15:17:32 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-02-21 15:31:23 -0800
commitf173379a75bdfed7e40562dd14031e9052364458 (patch)
tree8d654743650ecefc6a522ffb6518e7334f5b390a /baremetal/shell/grapheme-stack.mu
parentdbfbaafe1c1be35f00e87a31a8d80ae9645fe9f3 (diff)
downloadmu-f173379a75bdfed7e40562dd14031e9052364458.tar.gz
7769
Diffstat (limited to 'baremetal/shell/grapheme-stack.mu')
-rw-r--r--baremetal/shell/grapheme-stack.mu1
1 files changed, 0 insertions, 1 deletions
diff --git a/baremetal/shell/grapheme-stack.mu b/baremetal/shell/grapheme-stack.mu
index 418322e0..8a4bbd0a 100644
--- a/baremetal/shell/grapheme-stack.mu
+++ b/baremetal/shell/grapheme-stack.mu
@@ -1,5 +1,4 @@
 # grapheme stacks are the smallest unit of editable text
-# they are typically rendered horizontally
 
 type grapheme-stack {
   data: (handle array grapheme)