about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--subx/examples/ex6.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/examples/ex6.subx b/subx/examples/ex6.subx
index 96bbd033..17a0c6fe 100644
--- a/subx/examples/ex6.subx
+++ b/subx/examples/ex6.subx
@@ -30,6 +30,6 @@ size:  # size of string
   0e 00 00 00  # 14
 x:  # string to print
   48 65 6c 6c 6f 2c 20 77 6f 72 6c 64 21 0a       00
-# h  e  l  l  o  ,  ␣  w  o  r  l  d  !  newline  null
+# H  e  l  l  o  ,  ␣  w  o  r  l  d  !  newline  null
 
 # vim:ft=subx:nowrap