mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #13262 from xromrom/fixLinkToInternalFunctionCallsInDocs
[Docs] Fixed link to internal-function-calls
This commit is contained in:
commit
3c0a7355d0
@ -74,13 +74,13 @@ Function parameters can be used as any other local variable and they can also be
|
|||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
An :ref:`external function<external-function-calls>` cannot accept a
|
Until version 0.6.0 it was not possible to use a multi-dimensional array or a struct
|
||||||
multi-dimensional array as an input
|
as an input for an :ref:`external function<external-function-calls>`.
|
||||||
parameter. This functionality is possible if you enable the ABI coder v2
|
``abicoder v2`` made it possible and it's been enabled by default since version 0.8.0
|
||||||
by adding ``pragma abicoder v2;`` to your source file.
|
(before that you had to enable it with ``pragma abicoder v2;``).
|
||||||
|
|
||||||
An :ref:`internal function<external-function-calls>` can accept a
|
An :ref:`internal function<internal-function-calls>` can accept a
|
||||||
multi-dimensional array without enabling the feature.
|
multi-dimensional array or a struct without any restrictions.
|
||||||
|
|
||||||
.. index:: return array, return string, array, string, array of strings, dynamic array, variably sized array, return struct, struct
|
.. index:: return array, return string, array, string, array of strings, dynamic array, variably sized array, return struct, struct
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user