summaryrefslogtreecommitdiff
path: root/syntax-highlight/parsers.scm
diff options
context:
space:
mode:
Diffstat (limited to 'syntax-highlight/parsers.scm')
-rw-r--r--syntax-highlight/parsers.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax-highlight/parsers.scm b/syntax-highlight/parsers.scm
index a1c3a37..5349296 100644
--- a/syntax-highlight/parsers.scm
+++ b/syntax-highlight/parsers.scm
@@ -195,5 +195,5 @@ Within the sequence, ESCAPE is recognized as the escape character."
(define (tagged-parser tag parser)
"Create a parser that wraps the result of PARSER in a two element
-list whose first element is TAG.."
+list whose first element is TAG."
(parse-map (cut list tag <>) parser))