Skip to content

Commit b754e09

Browse files
committed
docs: update description of the columns property
1 parent 1d32525 commit b754e09

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

libs/language-server/src/stdlib/builtin-block-types/TableInterpreter.jv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ publish builtin blocktype TableInterpreter {
4242
property header oftype boolean: true;
4343

4444
/**
45-
* Collection of value type assignments. Assigns a value type property to each
46-
* column (potentially matched with the header or by sequence depending on the
47-
* `header` property).
45+
* Reference to a valuetype that defines the table schema.
46+
* Each of the valuetype's properties symbolizes a column, the property's name
47+
* is the column's name and the property's valuetype is the column's valuetype.
4848
*/
4949
property columns oftype ValuetypeDefinition;
5050

0 commit comments

Comments
 (0)