Skip to content

Commit 58c9006

Browse files
committed
fix(program_units_and_procedures.md): edit forall referer
Extend previously used referer about `forall` across an other file. This presumes back ticks can be dropped when referring to a specific section title. Signed-off-by: Norwid Behrnd <[email protected]>
1 parent 8055038 commit 58c9006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/learn/f95_features/program_units_and_procedures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ Here, we note the `result` clause and termination test.
354354
This is a feature for parallel computing.
355355

356356
In
357-
[the `forall` statement and construct](forall-statement),
357+
[the `forall` statement and construct](array_handling.md#the-forall-statement-and-construct),
358358
any side effects in a function can impede optimization on
359359
a parallel processor the order of execution of the assignments could
360360
affect the results. To control this situation, we add the `pure` keyword

0 commit comments

Comments
 (0)