Merge pull request #3683 from grzegorzszczecin/fix_doc

Fix a typo.
This commit is contained in:
chriseth 2018-03-08 09:52:54 +01:00 committed by GitHub
commit 30443f3a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: