Skip to content

Commit 71b3bfd

Browse files
authored
Update p5.Table.js
1 parent f90a6db commit 71b3bfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/io/p5.Table.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ p5.Table = class {
11961196
*
11971197
* function preload() {
11981198
* // table is comma separated value "CSV"
1199-
* // and has specifiying header for column labels
1199+
* // and has specifying header for column labels
12001200
* table = loadTable('assets/mammals.csv', 'csv', 'header');
12011201
* }
12021202
*
@@ -1303,7 +1303,7 @@ p5.Table = class {
13031303
*
13041304
* function preload() {
13051305
* // table is comma separated value "CSV"
1306-
* // and has specifiying header for column labels
1306+
* // and has specifying header for column labels
13071307
* table = loadTable('assets/mammals.csv', 'csv', 'header');
13081308
* }
13091309
*

0 commit comments

Comments
 (0)