diff --git a/src/shape/attributes.js b/src/shape/attributes.js
index 41fe554849..fcf3bfd04c 100644
--- a/src/shape/attributes.js
+++ b/src/shape/attributes.js
@@ -513,8 +513,9 @@ function attributes(p5, fn){
* Sets the width of the stroke used for points, lines, and the outlines of
* shapes.
*
- * Note: `strokeWeight()` is affected by transformations, especially calls to
- * scale().
+ * Note: In 2D mode, `strokeWeight()` is affected by transformations,
+ * especially calls to scale(). It isn't affected by
+ * transformations in WebGL and WebGPU modes.
*
* Calling `strokeWeight()` without an argument returns the current stroke weight as a number.
*