Skip to content

Commit

Permalink
Fix typing violation reported by Dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Nov 15, 2024
1 parent 3b01b2a commit 5c88118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir/lib/module/types.ex
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ defmodule Module.Types do
RuntimeError.exception("""
found error while checking types for #{Exception.format_mfa(stack.module, fun, length(args))}:
#{Exception.format_banner(:error, e, stack)}\
#{Exception.format_banner(:error, e, trace)}\
The exception happened while checking this code:
Expand Down

0 comments on commit 5c88118

Please sign in to comment.