Skip to content

Commit

Permalink
📝 Minor doc fix
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Adam Korodi <[email protected]>
  • Loading branch information
randycoulman and kp-cat authored Jan 11, 2024
1 parent db4476d commit 0af559f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config_cat/config.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0af559f

Please sign in to comment.