Skip to content

Commit dd6fb4a

Browse files
committed
Minor doc fix
1 parent a056f0a commit dd6fb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/kernel.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2632,7 +2632,7 @@ defmodule Kernel do
26322632
Unlike Erlang, such attributes are not stored in the module by
26332633
default since it is common in Elixir to use such attributes to store
26342634
temporary data. A developer can configure an attribute to behave closer
2635-
to Erlang by calling `Module.register_attribute/2`.
2635+
to Erlang by calling `Module.register_attribute/3`.
26362636
26372637
Finally, notice that attributes can also be read inside functions:
26382638

0 commit comments

Comments
 (0)