From 6a25f2e4b3ca480a1a1d306f01414ad8ec082336 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Fri, 13 Mar 2009 23:31:58 +0000 Subject: [PATCH] svn: r14091 original commit: 2e0c4e6585387d5b355c227e68b9d84af6857e5e --- collects/parser-tools/parser-tools.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/parser-tools/parser-tools.scrbl b/collects/parser-tools/parser-tools.scrbl index d10806a..e0cbd21 100644 --- a/collects/parser-tools/parser-tools.scrbl +++ b/collects/parser-tools/parser-tools.scrbl @@ -157,8 +157,8 @@ are a few examples, using @scheme[:] prefixed SRE syntax: action: @itemize{ - @item{@scheme[start-pos] --- a position struct for the first character matched.} - @item{@scheme[end-pos] --- a position struct for the character after the last character in the match.} + @item{@scheme[start-pos] --- a @scheme[position] struct for the first character matched.} + @item{@scheme[end-pos] --- a @scheme[position] struct for the character after the last character in the match.} @item{@scheme[lexeme] --- the matched string.} @item{@scheme[input-port] --- the input-port being processed (this is useful for matching input with multiple