Skip to content

Commit

Permalink
Merge pull request #289 from thalesmg/fix-override-typespec
Browse files Browse the repository at this point in the history
fix(typespec): fix `hocon_schema:override` typespec
  • Loading branch information
thalesmg authored Feb 27, 2024
2 parents cbfb5f0 + 2a48b12 commit 97905ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hocon_schema.erl
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
%% deprecated field can not be removed due to compatibility reasons.
%% The value will be dropped,
%% Deprecated fields are treated as required => {false, recursively}
deprecated => {since, binary()} | false,
deprecated => {since, binary() | string()} | false,
%% Other names to reference this field.
%% this can be useful when we need to rename some filed names
%% while keeping backward compatibility.
Expand Down

0 comments on commit 97905ee

Please sign in to comment.