Skip to content

Commit 5c88118

Browse files
committed
Fix typing violation reported by Dialyzer
1 parent 3b01b2a commit 5c88118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/module/types.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ defmodule Module.Types do
284284
RuntimeError.exception("""
285285
found error while checking types for #{Exception.format_mfa(stack.module, fun, length(args))}:
286286
287-
#{Exception.format_banner(:error, e, stack)}\
287+
#{Exception.format_banner(:error, e, trace)}\
288288
289289
The exception happened while checking this code:
290290

0 commit comments

Comments
 (0)