Skip to content

Commit

Permalink
fix dialyzer warning
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGeorge committed Mar 2, 2021
1 parent 7f23b2f commit 2d9f0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/els_dap/src/els_dap_general_provider.erl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#{pos_integer() => {binding_type(), bindings()}}
, breakpoints := els_dap_breakpoints:breakpoints()
, timeout := timeout()
, status := undefined | running | stepping
, mode := undefined | running | stepping
}.
-type bindings() :: [{varname(), term()}].
-type varname() :: atom() | string().
Expand Down

0 comments on commit 2d9f0ca

Please sign in to comment.