Skip to content

Commit

Permalink
Minor change [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Nov 18, 2024
1 parent 13d448f commit 17e8c70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ The following functions are globally available in a Nextflow configuration file:
`env( name )`
: :::{versionadded} 24.11.0-edge
:::
: Get the value of an environment variable in the launch environment.
: Get the value of the environment variable with the specified name in the Nextflow launch environment.

(config-params)=

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/stdlib.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ The following functions are available in Nextflow scripts:
`env( name )`
: :::{versionadded} 24.11.0-edge
:::
: Get the value of an environment variable in the launch environment.
: Get the value of the environment variable with the specified name in the Nextflow launch environment.

`error( message = null )`
: Throw a script runtime error with an optional error message.
Expand Down

0 comments on commit 17e8c70

Please sign in to comment.