From 4924605c8d09da1663feadf48aee0bb0a4b1f39b Mon Sep 17 00:00:00 2001 From: Konsl <82901383+Konsl@users.noreply.github.com> Date: Mon, 14 Apr 2025 18:18:54 +0200 Subject: [PATCH] Update PGraphics.java: fix more typos --- core/src/processing/core/PGraphics.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/processing/core/PGraphics.java b/core/src/processing/core/PGraphics.java index a997861a7..22e3e9b6c 100644 --- a/core/src/processing/core/PGraphics.java +++ b/core/src/processing/core/PGraphics.java @@ -6252,7 +6252,7 @@ public class PGraphics extends PImage implements PConstants { *

* The style information controlled by the following functions are included * in the style: - * fill(), stroke(), tint(), strokeWeight(), strokeCap(),strokeJoin(), + * fill(), stroke(), tint(), strokeWeight(), strokeCap(),strokeJoin(), * imageMode(), rectMode(), ellipseMode(), shapeMode(), colorMode(), * textAlign(), textFont(), textMode(), textSize(), textLeading(), * emissive(), specular(), shininess(), ambient()