File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -245,13 +245,13 @@ defmodule Module do
245245 end
246246
247247 The following attributes are part of typespecs and are also reserved by
248- Elixir:
248+ Elixir (see `Kernel.Typespec` for more information about typespecs) :
249249
250250 * `@type` - defines a type to be used in `@spec`
251+ * `@typep` - defines a private type to be used in `@spec`
252+ * `@opaque` - defines an opaque type to be used in `@spec`
251253 * `@spec` - provides a specification for a function
252254 * `@callback` - provides a specification for the behavior callback
253- * `@export_type` - informs which types can be exported
254- * `@opaque` - defines an opaque type to be used in `@spec`
255255
256256 In addition to the built-in attributes outlined above, custom attributes may
257257 also be added. A custom attribute is any valid identifier prefixed with an
You can’t perform that action at this time.
0 commit comments