Skip to content

Commit ebfebed

Browse files
committed
Fix typo in 'a implementation'
1 parent 8def030 commit ebfebed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/elixir/lib/module/types/apply.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1743,7 +1743,7 @@ defmodule Module.Types.Apply do
17431743
but the #{inspect(mod)} protocol was not yet implemented \
17441744
for any type and therefore will always fail.
17451745
1746-
This message will disappear once you define a implementation. \
1746+
This message will disappear once you define an implementation. \
17471747
If the protocol is part of a library, you may define a dummy \
17481748
implementation for development/test.
17491749
""", ""}

lib/elixir/test/elixir/module/types/integration_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ defmodule Module.Types.IntegrationTest do
530530
531531
but the NoImplProtocol protocol was not yet implemented for any type and therefore will always fail.
532532
533-
This message will disappear once you define a implementation. If the protocol is part of a library, you may define a dummy implementation for development/test.
533+
This message will disappear once you define an implementation. If the protocol is part of a library, you may define a dummy implementation for development/test.
534534
535535
type warning found at:
536536

0 commit comments

Comments
 (0)