mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix a typo.
This commit is contained in:
parent
b5e804b8ca
commit
7ebd580954
@ -58,7 +58,7 @@ The following elementary types exist:
|
|||||||
|
|
||||||
- ``bytes<M>``: binary type of ``M`` bytes, ``0 < M <= 32``.
|
- ``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:
|
The following (fixed-size) array type exists:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user