[Docs] Fixed link to internal-function-calls

This commit is contained in:
Roman Figurin 2022-07-11 22:28:10 +08:00 committed by Kamil Śliwak
parent 6b60524cfe
commit 664b7bfbda

View File

@ -79,7 +79,7 @@ Function parameters can be used as any other local variable and they can also be
parameter. This functionality is possible if you enable the ABI coder v2 parameter. This functionality is possible if you enable the ABI coder v2
by adding ``pragma abicoder v2;`` to your source file. by adding ``pragma abicoder v2;`` to your source file.
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 without enabling the feature.
.. 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