Skip to content

Commit

Permalink
Apply same convention from Paolo's suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Ribeiro-Dantas <[email protected]>
  • Loading branch information
mribeirodantas committed Oct 24, 2023
1 parent 9e1d7b7 commit 23ca65b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -1212,8 +1212,8 @@ process FOO {
}
workflow {
ch = FOO()
ch.hi_file.view()
FOO()
FOO.out.hi_file.view()
}
```

Expand Down

0 comments on commit 23ca65b

Please sign in to comment.