Skip to content

Commit 77916e1

Browse files
committed
Fix norender class in getString() and getArray() method
1 parent da32cc4 commit 77916e1

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
@@ -1107,7 +1107,7 @@ p5.Table.prototype.getNum = function(row, column) {
11071107
* @return {String}
11081108
*
11091109
* @example
1110-
* <div>
1110+
* <div class="norender">
11111111
* <code>
11121112
* // Given the CSV file "mammals.csv"
11131113
* // in the project's "assets" folder:
@@ -1219,7 +1219,7 @@ p5.Table.prototype.getObject = function(headerColumn) {
12191219
* @return {Array}
12201220
*
12211221
* @example
1222-
* <div class="no render">
1222+
* <div class="norender">
12231223
* <code>
12241224
* // Given the CSV file "mammals.csv"
12251225
* // in the project's "assets" folder

0 commit comments

Comments
 (0)