Skip to content

Commit 24763af

Browse files
authored
fixing getNum()
1 parent 63af24e commit 24763af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/io/p5.TableRow.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ class TableRow {
255255
* let table;
256256
*
257257
* async function setup() {
258-
* // Create a 200x100 canvas and set a white background
259-
* createCanvas(200, 100);
258+
* // Create a 300x100 canvas and set a white background
259+
* createCanvas(300, 100);
260260
* background(255);
261261
*
262262
* // Load the CSV file with a header row

0 commit comments

Comments
 (0)