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 */