Skip to content

Commit 6decf36

Browse files
committed
Replace related item with commonly used nfs reference
1 parent ac1ebc8 commit 6decf36

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#nfs(float, int)
9798+
* @see PApplet#nfs(float, int, int)
97999799
*/
98009800
static public String[] nfc(int num[]) {
98019801
String formatted[] = new String[num.length];

0 commit comments

Comments
 (0)