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 aa45edc commit f49c351Copy full SHA for f49c351
lib/elixir/lib/kernel.ex
@@ -1482,7 +1482,7 @@ defmodule Kernel do
1482
1483
Record.import Config, as: :config
1484
1485
- See `Record.import/2` documentation for more information
+ See `Record.import/2` and `defrecordp/2` documentation for more information
1486
"""
1487
defmacro defrecord(name, fields, opts // [], do_block // []) do
1488
Record.defrecord(name, fields, Keyword.merge(opts, do_block))
0 commit comments