Replace related item with commonly used nfs reference

This commit is contained in:
AmnonOwed
2014-08-09 21:38:09 +02:00
parent d8248c5fc9
commit 48f5a88303
+1 -1
View File
@@ -9795,7 +9795,7 @@ public class PApplet extends Applet
* @param num the number(s) to format
* @see PApplet#nf(float, int, int)
* @see PApplet#nfp(float, int, int)
* @see PApplet#nfs(float, int)
* @see PApplet#nfs(float, int, int)
*/
static public String[] nfc(int num[]) {
String formatted[] = new String[num.length];