Skip to content

Commit ac1ebc8

Browse files
committed
Fix nfc() related items
1 parent 75101bc commit ac1ebc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/processing/core/PApplet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9795,7 +9795,7 @@ static public String nf(int num, int digits) {
97959795
* @param num the number(s) to format
97969796
* @see PApplet#nf(float, int, int)
97979797
* @see PApplet#nfp(float, int, int)
9798-
* @see PApplet#nfc(float, int)
9798+
* @see PApplet#nfs(float, int)
97999799
*/
98009800
static public String[] nfc(int num[]) {
98019801
String formatted[] = new String[num.length];

0 commit comments

Comments
 (0)