Skip to content

Commit e6c9099

Browse files
committed
fix(language_elements.md): edit referer
The old "extra" label was removed presuming a "standard label" is sufficient here. Signed-off-by: Norwid Behrnd <[email protected]>
1 parent 3121c24 commit e6c9099

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/learn/f95_features/language_elements.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ range(1_two_bytes)
125125
```
126126

127127
Also, in
128-
[`data` (initialization) statements](data_statement),
128+
[`data` (initialization) statements](data-statement),
129129
binary (`B`), octal (`O`) and hexadecimal (`Z`) constants
130130
may be used (often informally referred to as "BOZ constants"):
131131

@@ -481,8 +481,6 @@ type(triplet), parameter :: t = triplet((/0., 0., 0./))
481481

482482
### `data` statement
483483

484-
(data_statement)=
485-
486484
The `data` statement can be used for scalars and also for arrays and
487485
variables of derived type. It is also the only way to initialise just
488486
parts of such objects, as well as to initialise to binary, octal or

0 commit comments

Comments
 (0)