about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--subx/055trace.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/055trace.subx b/subx/055trace.subx
index b2bb72c0..237fbed9 100644
--- a/subx/055trace.subx
+++ b/subx/055trace.subx
@@ -12,7 +12,7 @@
 #   - die: stream (exit(1) if using real trace)
 #   - check-trace-contains: stream, string/line, string/message (scans only from stream's read pointer, prints message to stderr on failure, updates stream's read pointer)
 #   - rewind-reads: stream (resets read pointer)
-#   - scan-to-next-line: stream (advance read pointer past next newline
+#   - scan-to-next-line: stream (advance read pointer past next newline)
 #
 # Traces are very fundamental, so many of the helpers we create here won't be
 # used elsewhere; we'll switch to more bounds-checked variants. But here we get