From 30f02c6c705cec3b27f9392a0bb7c60d36c33957 Mon Sep 17 00:00:00 2001 From: Cristine Guadelupe Date: Mon, 14 Aug 2023 18:57:25 +0700 Subject: [PATCH] Update lib/vega_lite/data.ex MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: José Valim --- lib/vega_lite/data.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vega_lite/data.ex b/lib/vega_lite/data.ex index eca62e2..cffd008 100644 --- a/lib/vega_lite/data.ex +++ b/lib/vega_lite/data.ex @@ -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