Skip to content

Commit d692a8a

Browse files
committed
Addressing review comment
1 parent 604ac75 commit d692a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utility-guides/TableUtil.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The Table Utilities module provides helper functions to interact with and valida
4242

4343
### Get Column Index
4444

45-
This function returns the index (1-based) of a specified column name.1-based indexing means the first column is considered index 1 (not 0 as in Python lists).
45+
This function returns the index (1-based) of a specified column name. 1-based indexing means the first column is considered index 1 (not 0 as in Python lists).
4646
If the column is not found, the function returns -1.
4747

4848
#### Required Arguments

0 commit comments

Comments
 (0)