Skip to content

Commit f3f6931

Browse files
committed
removed this[5] syntax
1 parent ecc6402 commit f3f6931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/StardustDocs/topics/ColumnSelectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ or `ColumnSet` that adheres to the optional given condition. If no column adhere
4949
`NoSuchElementException` is thrown.
5050

5151
##### Col {collapsible="true"}
52-
`col(name)`, `col(5)`, `this[5]`
52+
`col(name)`, `col(5)`
5353

5454
Creates a [ColumnAccessor](DataColumn.md) (or `SingleColumn`) for a column with the given
5555
argument from the top-level or specified [column group](DataColumn.md#columngroup). The argument can be either an

0 commit comments

Comments
 (0)