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