Skip to content

Commit b342feb

Browse files
authored
Update PApplet.java: remove unmatched closing tag
1 parent 4924605 commit b342feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/processing/core/PApplet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ void handleSettings() {
913913
* Processing Development Environment (PDE). For example, when
914914
* using the Eclipse code editor, it's necessary to use
915915
* <b>settings()</b> to define the <b>size()</b> and
916-
* <b>smooth()</b> values for a sketch.</b>.
916+
* <b>smooth()</b> values for a sketch.
917917
* <br /> <br />
918918
* The <b>settings()</b> method runs before the sketch has been
919919
* set up, so other Processing functions cannot be used at that

0 commit comments

Comments
 (0)