Skip to content

Commit 7d3cb2b

Browse files
authored
Fix grammar for reference to an operator (#5914) [ci skip]
Signed-off-by: Michael Genereux <mgenereu@gmail.com>
1 parent 0f58857 commit 7d3cb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/channel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In Nextflow there are two kinds of channels: *queue channels* and *value channel
2020
### Queue channel
2121

2222
A *queue channel* is a non-blocking unidirectional FIFO queue connecting a *producer* process (i.e. outputting a value)
23-
to a consumer process, or an operators.
23+
to a consumer process or an operator.
2424

2525
A queue channel can be created by factory methods ({ref}`channel-of`, {ref}`channel-path`, etc), operators ({ref}`operator-map`, {ref}`operator-flatmap`, etc), and processes (see {ref}`Process outputs <process-output>`).
2626

0 commit comments

Comments
 (0)