Skip to content

Commit

Permalink
change option type to typep
Browse files Browse the repository at this point in the history
Co-authored-by: RudolfMan <[email protected]>
  • Loading branch information
davemenninger and RudolfMan authored Oct 20, 2021
1 parent 42b1089 commit a9e2388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/poison/decoder.ex
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ defprotocol Poison.Decoder do

@typep as :: map | struct | [as]

@type option :: {:keys, :atoms | :atoms!} | {:decimal, boolean} | {:as, as}
@typep option :: {:keys, :atoms | :atoms!} | {:decimal, boolean} | {:as, as}
@type options ::
%{
optional(:keys) => :atoms | :atoms!,
Expand Down

0 comments on commit a9e2388

Please sign in to comment.