Skip to content

Commit

Permalink
fix: add include_dirs to opts()
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwencool committed Oct 18, 2021
1 parent a6c0851 commit 8e7e304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hocon.erl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
-type convert() :: duration | bytesize | percent | onoff | convert_func().
-type convert_func() :: fun((term()) -> term()).
-type opts() :: #{format => map | proplists | richmap,
convert => [convert()]}.
convert => [convert()], include_dirs => [file:filename_all()]}.

-export_type([config/0, ctx/0]).

Expand Down

0 comments on commit 8e7e304

Please sign in to comment.