diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index a290f4c9a..30e2d6c01 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -9588,7 +9588,6 @@ public class PApplet implements PConstants { } /** - * @param num[] the number(s) to format * @param right number of digits to the right of the decimal point */ static public String[] nfc(float num[], int right) {