Skip to content

Commit 36945e7

Browse files
authored
Update PGraphics.java: fix typos in documentation
1 parent 12d37b6 commit 36945e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/processing/core/PGraphics.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2496,7 +2496,7 @@ protected void curveVertexSegment(float x1, float y1, float z1,
24962496
* <br />
24972497
* Using point() with strokeWeight(1) or smaller may draw nothing to the screen,
24982498
* depending on the graphics settings of the computer. Workarounds include
2499-
* setting the pixel using <b>set()</s> or drawing the point using either
2499+
* setting the pixel using <b>set()</b> or drawing the point using either
25002500
* <b>circle()</b> or <b>square()</b>.
25012501
*
25022502
* @webref shape:2d primitives
@@ -6439,7 +6439,7 @@ public PStyle getStyle(PStyle s) { // ignore
64396439
* <br />
64406440
* Using point() with strokeWeight(1) or smaller may draw nothing to the screen,
64416441
* depending on the graphics settings of the computer. Workarounds include
6442-
* setting the pixel using <b>set()</s> or drawing the point using either
6442+
* setting the pixel using <b>set()</b> or drawing the point using either
64436443
* <b>circle()</b> or <b>square()</b>.
64446444
*
64456445
* @webref shape:attributes

0 commit comments

Comments
 (0)