From 0af559f8b72b4bf0c7204e1e818c9882fb7c9dc4 Mon Sep 17 00:00:00 2001 From: Randy Coulman Date: Wed, 10 Jan 2024 18:25:21 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Minor=20doc=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Peter Adam Korodi <52385411+kp-cat@users.noreply.github.com> --- lib/config_cat/config.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config_cat/config.ex b/lib/config_cat/config.ex index da9de333..b0383928 100644 --- a/lib/config_cat/config.ex +++ b/lib/config_cat/config.ex @@ -21,7 +21,7 @@ defmodule ConfigCat.Config do @typedoc false @type settings :: %{String.t() => Setting.t()} - @typedoc "A collection of feature flags and preferences." + @typedoc "A collection of configuration settings and preferences." @type t :: %{String.t() => map()} @typedoc false