about summary refs log tree commit diff stats
path: root/prototypes/browse/26-headers
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/browse/26-headers')
-rw-r--r--prototypes/browse/26-headers/main.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/browse/26-headers/main.mu b/prototypes/browse/26-headers/main.mu
index 463b018f..4f6b53e3 100644
--- a/prototypes/browse/26-headers/main.mu
+++ b/prototypes/browse/26-headers/main.mu
@@ -83,7 +83,7 @@ $render-normal:flush-buffered-newline: {
     }
     ## end soft newline support
 
-    # if start of paragraph and c == '#', switch to header
+    # if c == '#', switch to header
     compare c, 0x23  # '#'
     {
       break-if-!=