Skip to content

Commit 554c950

Browse files
committed
Get it actually working...
1 parent b5ee829 commit 554c950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/lib/Standard/Table/0.0.0-dev/src/Table_Selector.enso

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ Table_Selector.from (that:Regex) = Table_Selector.Regex that
5252
Table_Selector.from (that:By_Type) = Table_Selector.By_Type that
5353

5454
Table_Selector.from (that:Vector) =
55-
selectors = that.map (v->v:Table_Selector)
55+
selectors = that.map v-> v.to Table_Selector
5656
Table_Selector.Vector selectors

0 commit comments

Comments
 (0)