Merge pull request #542 from SableRaf/master

This commit is contained in:
Ben Fry
2022-09-23 15:46:22 -04:00
committed by GitHub
+1 -1
View File
@@ -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 <b>popStyle()</b> restores the prior settings
* @webBrief The <b>pushStyle()</b> function saves the current style settings and <b>popStyle()</b> restores the prior settings
* @see PGraphics#pushStyle()
*/
public void popStyle() {