Skip to content

Commit 464fc0c

Browse files
committed
Correct a highlight
1 parent bb96228 commit 464fc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hello_nf-core/04_make_module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ It must produce the same output files as the script block:
831831

832832
=== "After"
833833

834-
```groovy title="modules/local/cowpy/main.nf" linenums="27" hl_lines="3 5"
834+
```groovy title="modules/local/cowpy/main.nf" linenums="27" hl_lines="3 6"
835835
stub:
836836
def args = task.ext.args ?: ''
837837
prefix = task.ext.prefix ?: "${meta.id}"

0 commit comments

Comments
 (0)