From 7794ace98d5158ac5f3fbde6984ccba07408cfdb Mon Sep 17 00:00:00 2001 From: Stephen De Gabrielle Date: Fri, 27 May 2016 14:23:53 +0100 Subject: [PATCH] Typo line 874 changed 'if' to 'of' --- gui-doc/scribblings/gui/editor-intf.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-doc/scribblings/gui/editor-intf.scrbl b/gui-doc/scribblings/gui/editor-intf.scrbl index 93e48a8c..90c384d5 100644 --- a/gui-doc/scribblings/gui/editor-intf.scrbl +++ b/gui-doc/scribblings/gui/editor-intf.scrbl @@ -871,7 +871,7 @@ If @racket[bottom-right?] is not @racket[#f], the values in the @racket[x] and @racket[y] boxes are for the snip's bottom right corner instead of its top-left corner. -Obtaining the @techlink{location} if the bottom-right corner may +Obtaining the @techlink{location} of the bottom-right corner may trigger delayed size calculations (including snips other than the one whose @techlink{location} was requested).