about summary refs log tree commit diff stats
path: root/subx/examples
diff options
context:
space:
mode:
Diffstat (limited to 'subx/examples')
-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 8b3637f6..c0bce83c 100644
--- a/subx/examples/ex6.subx
+++ b/subx/examples/ex6.subx
@@ -31,6 +31,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:nowrap:textwidth=0