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
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -325,10 +325,9 @@ defmodule Module do
325
325
* `:module` - module name (`Module == Module.__info__(:module)`)
326
326
327
327
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.
330
329
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).
0 commit comments