File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/elixir/test/elixir/module/types Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -570,7 +570,7 @@ defmodule Module.Types.ExprTest do
570570 )
571571 ) == dynamic ( open_map ( ) )
572572
573- # The goal of this test is to verufy we assert keys,
573+ # The goal of this test is to verify we assert keys,
574574 # even if they may be overridden later.
575575 assert typeerror! (
576576 [ key ] ,
@@ -590,13 +590,13 @@ defmodule Module.Types.ExprTest do
590590 where "key" was given the type:
591591
592592 # type: dynamic()
593- # from: types_test.ex:538
593+ # from: types_test.ex:LINE-5
594594 key
595595
596596 where "x" was given the type:
597597
598598 # type: %{key: :value}
599- # from: types_test.ex:540
599+ # from: types_test.ex:LINE-3
600600 x = %{key: :value}
601601 """
602602 end
You can’t perform that action at this time.
0 commit comments