Skip to content

Commit 664b7bf

Browse files
xromromcameel
authored andcommitted
[Docs] Fixed link to internal-function-calls
1 parent 6b60524 commit 664b7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contracts/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Function parameters can be used as any other local variable and they can also be
7979
parameter. This functionality is possible if you enable the ABI coder v2
8080
by adding ``pragma abicoder v2;`` to your source file.
8181

82-
An :ref:`internal function<external-function-calls>` can accept a
82+
An :ref:`internal function<internal-function-calls>` can accept a
8383
multi-dimensional array without enabling the feature.
8484

8585
.. index:: return array, return string, array, string, array of strings, dynamic array, variably sized array, return struct, struct

0 commit comments

Comments
 (0)