Skip to content

Commit 679754e

Browse files
committed
fix(array_handling.md): correct typo in referer
Signed-off-by: Norwid Behrnd <[email protected]>
1 parent acb6d74 commit 679754e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/learn/f95_features/array_handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ call sub(a)
5353
the corresponding dummy argument specification defines only the type and
5454
rank of the array, not its shape. This information has to be made
5555
available by an explicit interface, often using an interface block (see
56-
[Interface blocks](program_units_and_procedures.md#interface_blocks)).
56+
[Interface blocks](program_units_and_procedures.md#interface-blocks)).
5757
Thus we write just
5858

5959
```f90

0 commit comments

Comments
 (0)