Skip to content

Commit 602a9b9

Browse files
authored
Fix arity of __after_verify__ in Compile callbacks documentation (#12334)
1 parent 6fa3d34 commit 602a9b9

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
@@ -504,7 +504,7 @@ defmodule Module do
504504
505505
Accepts a module or a `{module, function_name}` tuple. The function
506506
must take one argument: the module name. When just a module is provided,
507-
the function is assumed to be `__after_verify__/2`.
507+
the function is assumed to be `__after_verify__/1`.
508508
509509
Callbacks will run in the order they are registered.
510510

0 commit comments

Comments
 (0)