You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/elixir/lib/module.ex
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -409,9 +409,11 @@ defmodule Module do
409
409
* `:module` - module name (`Module == Module.__info__(:module)`)
410
410
411
411
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.
413
414
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
0 commit comments