Skip to content

Commit 7ca7520

Browse files
authored
Improve fair directive docs (#3677)
Signed-off-by: Llewellyn vd Berg <[email protected]>
1 parent 7870dfc commit 7ca7520

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/process.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,8 +1737,8 @@ This can be defined in the ``nextflow.config`` file as shown below::
17371737
fair
17381738
----
17391739

1740-
When using the ``fair`` directive the sequence of the outputs of a process executions is guaranteed
1741-
to match the sequence of the input values irrespective. For example::
1740+
When using the ``fair`` directive, the sequence of the outputs of a process is guaranteed
1741+
to match the sequence of the input values. For example::
17421742

17431743
process foo {
17441744
fair true
@@ -1757,7 +1757,7 @@ to match the sequence of the input values irrespective. For example::
17571757
channel.of('A','B','C','D') | foo | view
17581758
}
17591759

1760-
The above example produces the following output::
1760+
The above example produces::
17611761

17621762
[1, A]
17631763
[2, B]

0 commit comments

Comments
 (0)