diff --git a/src/core/shape/attributes.js b/src/core/shape/attributes.js
index cad13c6a87..61e9b9e8a0 100644
--- a/src/core/shape/attributes.js
+++ b/src/core/shape/attributes.js
@@ -186,7 +186,7 @@ p5.prototype.noSmooth = function() {
*
* By default, the first two parameters of
* rect() and square(),
- * are the x- and y-coordinates of the shape's center. The next parameters set
+ * are the x- and y-coordinates of the shape's upper left corner. The next parameters set
* the shape's width and height. This is the same as calling
* `rectMode(CORNER)`.
*