Skip to content

Commit

Permalink
Fix spec as per current implementation (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira authored Jun 12, 2024
1 parent 8a53ac8 commit c56da6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hex_tarball.erl
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ create_docs(Files, Config) ->
{error, {tarball, {too_big_uncompressed, TarballMaxUncompressedSize}}}
end.

-spec create_docs(files()) -> {ok, tarball()}.
-spec create_docs(files()) -> {ok, tarball()} | {error, term()}.
create_docs(Files) ->
create_docs(Files, hex_core:default_config()).

Expand Down

0 comments on commit c56da6f

Please sign in to comment.