diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index 9f3486a10..4cb01184b 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -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 * settings() to define the size() and - * smooth() values for a sketch.. + * smooth() values for a sketch. *

* The settings() method runs before the sketch has been * set up, so other Processing functions cannot be used at that