Skip to content

Commit 41e9d33

Browse files
committed
Attempt to correct reference for nfc()
1 parent 8ae2a69 commit 41e9d33

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/src/processing/core/PApplet.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9588,7 +9588,6 @@ static public String nf(float num, int left, int right) {
95889588
}
95899589

95909590
/**
9591-
* @param num[] the number(s) to format
95929591
* @param right number of digits to the right of the decimal point
95939592
*/
95949593
static public String[] nfc(float num[], int right) {

0 commit comments

Comments
 (0)