From 1cc40d6ecb4ac02c5535fb45bca36648690cac8f Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 8 Dec 2015 10:59:44 -0800 Subject: [PATCH] Small typo fix for processing/processing-docs#362 --- core/src/processing/core/PGraphics.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/processing/core/PGraphics.java b/core/src/processing/core/PGraphics.java index 909d70e2d..3cdd1e96b 100644 --- a/core/src/processing/core/PGraphics.java +++ b/core/src/processing/core/PGraphics.java @@ -4685,7 +4685,7 @@ public class PGraphics extends PImage implements PConstants { * ignored. * * @param x1 by default, the x-coordinate of text, see rectMode() for more info - * @param y1 by default, the x-coordinate of text, see rectMode() for more info + * @param y1 by default, the y-coordinate of text, see rectMode() for more info * @param x2 by default, the width of the text box, see rectMode() for more info * @param y2 by default, the height of the text box, see rectMode() for more info */