Skip to content

Commit dfff245

Browse files
Trevokejosevalim
authored andcommitted
Update link to :erlang.module_info/0 (#6233)
1 parent e3cab75 commit dfff245

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/elixir/lib/module.ex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,11 @@ defmodule Module do
409409
* `:module` - module name (`Module == Module.__info__(:module)`)
410410
411411
In addition to the above, you may also pass to `__info__/1` any atom supported
412-
by `:erlang.module_info/0` which also gets defined for each compiled module.
412+
by [`:erlang.module_info/0`](http://erlang.org/doc/reference_manual/modules.html#id77914)
413+
which also gets defined for each compiled module.
413414
414-
For a list of supported attributes and more information, see [Modules – Erlang Reference Manual](http://www.erlang.org/doc/reference_manual/modules.html#id77056).
415+
For a list of supported attributes and more information, see
416+
[Modules – Erlang Reference Manual](http://www.erlang.org/doc/reference_manual/modules.html#id77056).
415417
"""
416418
def __info__(kind)
417419

0 commit comments

Comments
 (0)