Skip to content

Commit f775018

Browse files
committed
Fixed processing/processing-web-archive#275 by relocating saveTable() from input:files section of Reference index page to output:files section
1 parent 8a35861 commit f775018

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
@@ -6377,7 +6377,7 @@ public Table loadTable(String filename, String options) {
63776377

63786378

63796379
/**
6380-
* @webref input:files
6380+
* @webref output:files
63816381
* @param table the Table object to save to a file
63826382
* @param filename the filename to which the Table should be saved
63836383
* @see Table

0 commit comments

Comments
 (0)