Skip to content

Commit 64fa35f

Browse files
committed
fix(data_transfer.md): edit two referer sections
Signed-off-by: Norwid Behrnd <[email protected]>
1 parent 1bcb89b commit 64fa35f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/learn/f95_features/data_transfer.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
## Formatted input/output
44

55
These examples illustrate various forms of I/O lists with some simple
6-
formats (see [below](edit_descriptors)):
6+
formats (see
7+
[Edit descriptors](edit_descriptors)
8+
below):
79

810
```f90
911
integer :: i
@@ -222,11 +224,9 @@ list-directed I/O.
222224
It is possible to specify that an edit descriptor be repeated a
223225
specified number of times, using a *repeat count*: `10f12.3`
224226

225-
The slash edit descriptor (see
226-
[Edit descriptors](control-edit-descriptors)
227-
below) may have a repeat count, and a repeat count can
228-
also apply to a group of edit descriptors, enclosed in parentheses, with
229-
nesting:
227+
The slash edit descriptor (see below) may have a great count, and
228+
a repeat count can also apply to a group of edit descriptors,
229+
enclosed in parentheses, with nesting:
230230

231231
```f90
232232
print "(2(2i5,2f8.2))", i(1),i(2),a(1),a(2), i(3),i(4),a(3),a(4)

0 commit comments

Comments
 (0)