Skip to content

Commit c3c0cf4

Browse files
committed
fix(pointers.md): correct syntax of a referer
Signed-off-by: Norwid Behrnd <[email protected]>
1 parent 2d2ae5e commit c3c0cf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/learn/f95_features/pointers.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ They are conceptually a descriptor listing the attributes of the objects
1313
(targets) that the pointer may point to, and the address, if any, of a
1414
target. They have no associated storage until it is allocated or
1515
otherwise associated (by pointer assignment, see
16-
[Pointers in expressions and assignments](pointers_in_expressions_and_assignments)):
16+
[Pointers in expressions and assignments](pointers-in-expressions-and-assignments)
17+
below):
1718

1819
```f90
1920
allocate (var)

0 commit comments

Comments
 (0)