We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a056f0a commit dd6fb4aCopy full SHA for dd6fb4a
lib/elixir/lib/kernel.ex
@@ -2632,7 +2632,7 @@ defmodule Kernel do
2632
Unlike Erlang, such attributes are not stored in the module by
2633
default since it is common in Elixir to use such attributes to store
2634
temporary data. A developer can configure an attribute to behave closer
2635
- to Erlang by calling `Module.register_attribute/2`.
+ to Erlang by calling `Module.register_attribute/3`.
2636
2637
Finally, notice that attributes can also be read inside functions:
2638
0 commit comments