Skip to content

Commit

Permalink
fix dialyzer warning
Browse files Browse the repository at this point in the history
  • Loading branch information
GwendalLaurent committed Sep 17, 2024
1 parent 535b278 commit 9039dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rebar3_grisp_io_io.erl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ success(Msg, Args) ->

-spec do_ask(Prompt, Type) -> UserInput | no_return() when
Type :: input_type(),
Prompt :: binary(),
Prompt :: string(),
UserInput :: unicode:chardata().
do_ask(Prompt, password) ->
NewPrompt = erlang:iolist_to_binary([Prompt, " > "]),
Expand Down

0 comments on commit 9039dd8

Please sign in to comment.