Skip to content

Commit d2812e8

Browse files
committed
Fix typo
1 parent 190e87c commit d2812e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TableView.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function Base.iterate(x::IteratorAndFirst, st)
3838
end
3939

4040
function showtable(table; dark = false, height = :auto, width = "100%")
41-
rows = Table.rows(table)
41+
rows = Tables.rows(table)
4242
tablelength = Base.IteratorSize(rows) == Base.HasLength() ? length(rows) : nothing
4343

4444
if height === :auto

0 commit comments

Comments
 (0)