Update PApplet.java: remove unmatched closing tag

This commit is contained in:
Konsl
2025-04-14 18:26:44 +02:00
committed by GitHub
parent 4924605c8d
commit b342feba9a

View File

@@ -913,7 +913,7 @@ public class PApplet implements PConstants {
* Processing Development Environment (PDE). For example, when
* using the Eclipse code editor, it's necessary to use
* <b>settings()</b> to define the <b>size()</b> and
* <b>smooth()</b> values for a sketch.</b>.
* <b>smooth()</b> values for a sketch.
* <br /> <br />
* The <b>settings()</b> method runs before the sketch has been
* set up, so other Processing functions cannot be used at that