Merge pull request #2768 from AmnonOwed/FixNfcRelatedItems

Fix nfc() related items
This commit is contained in:
Casey Reas
2014-08-09 13:37:51 -07:00

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, int)
*/
static public String[] nfc(int num[]) {
String formatted[] = new String[num.length];