Skip to content

Commit

Permalink
Update lib/vega_lite/data.ex
Browse files Browse the repository at this point in the history
Co-authored-by: José Valim <jose.valim@gmail.com>
  • Loading branch information
cristineguadelupe and josevalim authored Aug 14, 2023
1 parent 9c601d3 commit 30f02c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vega_lite/data.ex
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ defmodule VegaLite.Data do
## Infer types

@doc """
Returns a map with each column and its respective inferred type for a given data
Returns a map with each column and its respective inferred type for the given data.
"""
@spec columns_for(Table.Reader.t()) :: map() | nil
def columns_for(data) do
Expand Down

0 comments on commit 30f02c6

Please sign in to comment.