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 @@ -527,7 +527,7 @@ defmodule Module.Types.ExprTest do
527527 )
528528 ) == dynamic ( open_map ( ) )
529529
530- # The goal of this test is to verufy we assert keys,
530+ # The goal of this test is to verify we assert keys,
531531 # even if they may be overridden later.
532532 assert typeerror! (
533533 [ key ] ,
@@ -547,13 +547,13 @@ defmodule Module.Types.ExprTest do
547547 where "key" was given the type:
548548
549549 # type: dynamic()
550- # from: types_test.ex:538
550+ # from: types_test.ex:LINE-5
551551 key
552552
553553 where "x" was given the type:
554554
555555 # type: %{key: :value}
556- # from: types_test.ex:540
556+ # from: types_test.ex:LINE-3
557557 x = %{key: :value}
558558 """
559559 end
You can’t perform that action at this time.
0 commit comments