Skip to content

Commit 4924605

Browse files
authored
Update PGraphics.java: fix more typos
1 parent 36945e7 commit 4924605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/processing/core/PGraphics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6252,7 +6252,7 @@ public float modelZ(float x, float y, float z) {
62526252
* <br /><br />
62536253
* The style information controlled by the following functions are included
62546254
* in the style:
6255-
* <b>fill()<b>, <b>stroke()</b>, <b>tint()</b>, <b>strokeWeight()</b>, <b>strokeCap()</b>,<b>strokeJoin()</b>,
6255+
* <b>fill()</b>, <b>stroke()</b>, <b>tint()</b>, <b>strokeWeight()</b>, <b>strokeCap()</b>,<b>strokeJoin()</b>,
62566256
* <b>imageMode()</b>, <b>rectMode()</b>, <b>ellipseMode()</b>, <b>shapeMode()</b>, <b>colorMode()</b>,
62576257
* <b>textAlign()</b>, <b>textFont()</b>, <b>textMode()</b>, <b>textSize()</b>, <b>textLeading()</b>,
62586258
* <b>emissive()</b>, <b>specular()</b>, <b>shininess()</b>, <b>ambient()</b>

0 commit comments

Comments
 (0)