diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index 4c110bf3f..029c9483e 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -13279,7 +13279,7 @@ public class PApplet implements PConstants { * with push(), it builds on the current style and transform * information.
*
- * push() stores information related to the current + * push() stores information related to the current * transformation state and style settings controlled by the * following functions: rotate(), translate(), * scale(), fill(), stroke(), tint(), @@ -13317,7 +13317,7 @@ public class PApplet implements PConstants { * it builds on the current style and transform information.
*
*
- * push() stores information related to the current + * push() stores information related to the current * transformation state and style settings controlled by the * following functions: rotate(), translate(), * scale(), fill(), stroke(), tint(), diff --git a/core/src/processing/core/PGraphics.java b/core/src/processing/core/PGraphics.java index 0c63c34de..65bcb280d 100644 --- a/core/src/processing/core/PGraphics.java +++ b/core/src/processing/core/PGraphics.java @@ -5175,7 +5175,7 @@ public class PGraphics extends PImage implements PConstants { * with push(), it builds on the current style and transform * information.
*
- * push() stores information related to the current + * push() stores information related to the current * transformation state and style settings controlled by the * following functions: rotate(), translate(), * scale(), fill(), stroke(), tint(), @@ -5212,7 +5212,7 @@ public class PGraphics extends PImage implements PConstants { * it builds on the current style and transform information.
*
*
- * push() stores information related to the current + * push() stores information related to the current * transformation state and style settings controlled by the * following functions: rotate(), translate(), * scale(), fill(), stroke(), tint(),