We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4924605 commit b342febCopy full SHA for b342feb
core/src/processing/core/PApplet.java
@@ -913,7 +913,7 @@ void handleSettings() {
913
* Processing Development Environment (PDE). For example, when
914
* using the Eclipse code editor, it's necessary to use
915
* <b>settings()</b> to define the <b>size()</b> and
916
- * <b>smooth()</b> values for a sketch.</b>.
+ * <b>smooth()</b> values for a sketch.
917
* <br /> <br />
918
* The <b>settings()</b> method runs before the sketch has been
919
* set up, so other Processing functions cannot be used at that
0 commit comments