We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90a6db commit 71b3bfdCopy full SHA for 71b3bfd
src/io/p5.Table.js
@@ -1196,7 +1196,7 @@ p5.Table = class {
1196
*
1197
* function preload() {
1198
* // table is comma separated value "CSV"
1199
- * // and has specifiying header for column labels
+ * // and has specifying header for column labels
1200
* table = loadTable('assets/mammals.csv', 'csv', 'header');
1201
* }
1202
@@ -1303,7 +1303,7 @@ p5.Table = class {
1303
1304
1305
1306
1307
1308
1309
0 commit comments