about summary refs log tree commit diff stats
path: root/counters.mu
diff options
context:
space:
mode:
Diffstat (limited to 'counters.mu')
-rw-r--r--counters.mu1
1 files changed, 0 insertions, 1 deletions
diff --git a/counters.mu b/counters.mu
index fa2b998e..f3445409 100644
--- a/counters.mu
+++ b/counters.mu
@@ -25,6 +25,5 @@ def main [
   a-value:number <- increment-counter a, 1
   # check results
   $print [Contents of counters], 10/newline
-  # trailing space in next line is to help with syntax highlighting
   $print [a: ], a-value, [ b: ], b-value,  10/newline
 ]