Skip to content

Commit 417a3d9

Browse files
author
José Valim
committed
overridable is no longer a data attribute
1 parent 5076963 commit 417a3d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

getting_started/3.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ Elixir has a handful of reserved data attributes. The following are currently fu
259259
* `@moduledoc` - provides documentation for the current module;
260260
* `@doc` - provides documentation for the function that follows it;
261261
* `@on_load` - provides a function, with arity 0, that will be invoked whenever the module is loaded. The function has to return `:ok`, otherwise the loading of the module is aborted;
262-
* `@overridable` - when true, the following function can be overridden and referenced later using the special form `super`;
263262

264263
The following ones are also reserved by Elixir (as they have special semantics to the Erlang VM) but not currently supported (if you need support for any of these in your current projects, please open a ticket on the issue tracker):
265264

0 commit comments

Comments
 (0)