Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Nov 16, 2016
1 parent b3eeb5f commit eeae91c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@ in an exception. The same happens if you call a function after using ``delete``
on it.

If external function types are used outside of the context of Solidity,
they are converted into the ``bytes24`` type.
they are treated as the ``function`` type, which encodes the address
followed by the function identifier together in a single ``bytes24`` type.

Example that shows how to use internal function types::

Expand Down

0 comments on commit eeae91c

Please sign in to comment.