mirror of
https://github.com/processing/processing4.git
synced 2026-02-06 15:19:39 +01:00
Updates to the PShape reference for 2
This commit is contained in:
@@ -2259,7 +2259,7 @@ public class Table {
|
||||
* Get a String value from the table. If the row is longer than the table
|
||||
* @param row
|
||||
* @param col
|
||||
* @return
|
||||
* @return the String defined by the row and col variables
|
||||
*/
|
||||
public String getString(int row, int col) {
|
||||
checkBounds(row, col);
|
||||
|
||||
Reference in New Issue
Block a user