aboutsummaryrefslogtreecommitdiff
path: root/gui/internal/model/highlight.go
diff options
context:
space:
mode:
Diffstat (limited to 'gui/internal/model/highlight.go')
-rw-r--r--gui/internal/model/highlight.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/internal/model/highlight.go b/gui/internal/model/highlight.go
index e34d9d9..55742ef 100644
--- a/gui/internal/model/highlight.go
+++ b/gui/internal/model/highlight.go
@@ -29,7 +29,7 @@ var actionHeads = map[string]bool{
// string comments out the rest of its line; a string runs to its closing
// quote, a backslash escaping the next character; the first symbol after
// "(" is the form's head. Nothing here knows about widgets, so the rules of
-// the little language stay testable (his request, 2026-09-16).
+// the little language stay testable.
func Spans(text string) []Span {
var out []Span
runes := []rune(text)