Skip to content

Commit

Permalink
Merge pull request ethereum#3683 from grzegorzszczecin/fix_doc
Browse files Browse the repository at this point in the history
Fix a typo.
  • Loading branch information
chriseth authored Mar 8, 2018
2 parents fbc29f6 + 7ebd580 commit 30443f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/abi-spec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The following elementary types exist:

- ``bytes<M>``: binary type of ``M`` bytes, ``0 < M <= 32``.

- ``function``: an address (20 bytes) folled by a function selector (4 bytes). Encoded identical to ``bytes24``.
- ``function``: an address (20 bytes) followed by a function selector (4 bytes). Encoded identical to ``bytes24``.

The following (fixed-size) array type exists:

Expand Down

0 comments on commit 30443f3

Please sign in to comment.