Skip to content

Commit

Permalink
Update table.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jul 30, 2024
1 parent 41c9fd1 commit 08f508b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kino/table.ex
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule Kino.Table do
@type column :: %{
:key => term(),
:label => String.t(),
optional(:type) => String.t(),
optional(:type) => type(),
optional(:summary) => %{String.t() => String.t()}
}

Expand Down

0 comments on commit 08f508b

Please sign in to comment.