There was an error while loading. Please reload this page.
1 parent cfdc8c6 commit 4b6fe41Copy full SHA for 4b6fe41
1 file changed
chapters/beam_instructions.asciidoc
@@ -158,8 +158,8 @@ the instruction set `0`.
158
Then we get a list of exported functions `id/1`, `module_info/0`,
159
`module_info/1`. As we can see the compiler has added two auto
160
generated functions to the code. These two functions are just
161
-dispatchers to the generic module info BIFs (`erlang:module_info/1` and
162
-`erlang:module_info/2`) with the name of the module added as the first
+dispatchers to the generic module info BIFs (`erlang:get_module_info/1` and
+`erlang:get_module_info/2`) with the name of the module added as the first
163
argument.
164
165
The line `+{attributes, []}+` list all defined compiler attributes, none in
0 commit comments