From f82413784300e1b876c100f5222e4557a1a250f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Wed, 24 Aug 2022 12:12:28 +0200 Subject: [PATCH] Updated popStyle() webBrief --- core/src/processing/core/PApplet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index b53354ad9..0330695ff 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -13902,7 +13902,7 @@ public class PApplet implements PConstants { * * * @webref structure - * @webBrief Saves the current style settings and popStyle() restores the prior settings + * @webBrief The pushStyle() function saves the current style settings and popStyle() restores the prior settings * @see PGraphics#pushStyle() */ public void popStyle() {