From 92fd106034ff9e79d9fb0386f558142304c99171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Tue, 25 Apr 2017 22:46:00 +0200 Subject: [PATCH] Fixed typo: get-port-location should be port-next-location --- gui-doc/scribblings/framework/color.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-doc/scribblings/framework/color.scrbl b/gui-doc/scribblings/framework/color.scrbl index 9030f7b9..131f40ff 100644 --- a/gui-doc/scribblings/framework/color.scrbl +++ b/gui-doc/scribblings/framework/color.scrbl @@ -54,7 +54,7 @@ @item{A symbol indicating how the token should be treated by the paren matcher or @racket[#f]. This symbol should be in the pairs argument.} @item{The starting position of the token (or @racket[#f] if eof); this - number is relative to the third result of @racket[get-port-location] + number is relative to the third result of @racket[port-next-location] when applied to the input port that gets passed to @racket[get-token].} @item{The ending position of the token (or @racket[#f] if eof); this is also relative to the port's location, just like the previous value.}]