mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
Merge pull request #2768 from AmnonOwed/FixNfcRelatedItems
Fix nfc() related items
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user