From b342feba9ac84482f7cb50786d457dbda97f136a Mon Sep 17 00:00:00 2001
From: Konsl <82901383+Konsl@users.noreply.github.com>
Date: Mon, 14 Apr 2025 18:26:44 +0200
Subject: [PATCH] Update PApplet.java: remove unmatched closing tag
---
core/src/processing/core/PApplet.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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