From 919bfecca615ff38e82b4f2b321d5016dbf174e6 Mon Sep 17 00:00:00 2001 From: John Clements Date: Sun, 28 Jun 2009 22:52:11 +0000 Subject: [PATCH] fixed typo svn: r15325 --- collects/graphics/scribblings/graphics.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/graphics/scribblings/graphics.scrbl b/collects/graphics/scribblings/graphics.scrbl index 9c34cac4d5..3c539dc488 100644 --- a/collects/graphics/scribblings/graphics.scrbl +++ b/collects/graphics/scribblings/graphics.scrbl @@ -85,7 +85,7 @@ for drawing), @scheme[#f] otherwise.} @section[#:tag "posn"]{Position Operations} A position is a pixel location within a viewport. The upper-left -corner is pixel @math{(0, 0)}, and positions increase to the left and +corner is pixel @math{(0, 0)}, and positions increase to the right and down.