diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java
index 549661a2a..2efb3cf48 100644
--- a/core/src/processing/core/PApplet.java
+++ b/core/src/processing/core/PApplet.java
@@ -13657,7 +13657,7 @@ public class PApplet implements PConstants {
* provide more control (see the second example above for a demonstration.)
*
* @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() {