From fa6f3ffee42be46a8e1e14762a73fe44504a9796 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 18 Oct 2015 09:45:23 -0400 Subject: parsers: Fix typo in docstring. * syntax-highlight/parsers.scm (tagged-parser): Fix typo in docstring. --- syntax-highlight/parsers.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax-highlight/parsers.scm') 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)) -- cgit v1.2.3