From 1f5943d07b07708af754d912a791035d1d7e8c68 Mon Sep 17 00:00:00 2001 From: Mike Sperber Date: Tue, 3 Nov 2009 10:38:22 +0000 Subject: [PATCH] Doc typo fix. svn: r16516 original commit: a2de64c9ba485ebb88c484b911f0bdc4cce93c26 --- collects/parser-tools/parser-tools.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/parser-tools/parser-tools.scrbl b/collects/parser-tools/parser-tools.scrbl index fc41727..a44f4c5 100644 --- a/collects/parser-tools/parser-tools.scrbl +++ b/collects/parser-tools/parser-tools.scrbl @@ -239,7 +239,7 @@ are a few examples, using @scheme[:] prefixed SRE syntax: @defform[(lexer-src-pos (trigger action-expr) ...)]{ -Like @scheme[lexer], but for each @scheme[_action-result] produces by +Like @scheme[lexer], but for each @scheme[_action-result] produced by an @scheme[action-expr], returns @scheme[(make-position-token _action-result start-pos end-pos)] instead of simply @scheme[_action-result].}