Skip to content

Commit e75d8ce

Browse files
committed
prettier
1 parent 9e857e1 commit e75d8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basic_training/processes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ workflow {
924924
}
925925
```
926926

927-
This command will produce an error message, because `.view()` operates on single channels, and FOO.out contains multiple channels.
927+
This command will produce an error message, because `.view()` operates on single channels, and FOO.out contains multiple channels.
928928

929929
If a process defines two or more output channels, each channel can be accessed by indexing the `.out` attribute, e.g., `.out[0]`, `.out[1]`, etc. In this example you only have the `[0]'th` output:
930930

0 commit comments

Comments
 (0)