summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/elixir/lib/module.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elixir/lib/module.ex b/lib/elixir/lib/module.ex
index fed13396a..5113d4cd4 100644
--- a/lib/elixir/lib/module.ex
+++ b/lib/elixir/lib/module.ex
@@ -579,7 +579,7 @@ defmodule Module do
* `:module` - the module atom name
- * `:struct` - if the module defines a struct and if so each field in order
+ * `:struct` - (since v1.14.0) if the module defines a struct and if so each field in order
"""
@callback __info__(:attributes) :: keyword()