Skip to content

Commit 966d221

Browse files
committed
Fix grammar in Module
1 parent a6da9e5 commit 966d221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/module.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ defmodule Module do
10581058
developer to customize it. See `Kernel.defoverridable/1` for
10591059
more information and documentation.
10601060
1061-
Once a function or macro are marked as overridable, it will
1061+
Once a function or a macro is marked as overridable, it will
10621062
no longer be listed under `definitions_in/1` or return true
10631063
when given to `defines?/2` until another implementation is
10641064
given.

0 commit comments

Comments
 (0)