Skip to content

Commit f4bf30d

Browse files
committed
Merge pull request #3743 from eksperimental/module_info
Module.__info__ : correct links
2 parents 1ff6193 + cdb9f71 commit f4bf30d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/elixir/lib/module.ex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,10 +325,9 @@ defmodule Module do
325325
* `:module` - module name (`Module == Module.__info__(:module)`)
326326
327327
In addition to the above, you may also pass to `__info__/1` any atom supported
328-
by [`:erlang.module_info/0`](http://www.erlang.org/doc/man/erlang.html#module_info.html) which also gets defined for each compiled
329-
module.
328+
by `:erlang.module_info/0` which also gets defined for each compiled module.
330329
331-
For more information, see [Modules – Erlang Reference Manual](http://www.erlang.org/doc/reference_manual/modules.html).
330+
For a list of supported attributes and more information, see [Modules – Erlang Reference Manual](http://www.erlang.org/doc/reference_manual/modules.html#id77056).
332331
"""
333332
def __info__(kind)
334333

0 commit comments

Comments
 (0)