mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove trailing whitespace
This commit is contained in:
parent
bc36dbf3b8
commit
61f33c53a0
@ -30,9 +30,9 @@ non-persistent area where function arguments are stored, and behaves mostly like
|
|||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
If you can, try to use ``calldata`` as a data location because it will avoid copies and
|
If you can, try to use ``calldata`` as a data location because it will avoid copies and
|
||||||
also makes sure that the data cannot be modified. Calldata is typically preferred over
|
also makes sure that the data cannot be modified. Calldata is typically preferred over
|
||||||
memory in external functions (though not required after version 0.6.9). Arrays and
|
memory in external functions (though not required after version 0.6.9). Arrays and
|
||||||
structs with ``calldata`` data location can also be returned from functions, but it
|
structs with ``calldata`` data location can also be returned from functions, but it
|
||||||
is not possible to allocate such types.
|
is not possible to allocate such types.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
Loading…
Reference in New Issue
Block a user