Fix nfc() related items

This commit is contained in:
AmnonOwed
2014-08-09 21:26:54 +02:00
parent 8ef7507bbd
commit d8248c5fc9
+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#nfc(float, int)
* @see PApplet#nfs(float, int)
*/
static public String[] nfc(int num[]) {
String formatted[] = new String[num.length];