Skip to content

Commit

Permalink
"output empty" -> "produce no values"
Browse files Browse the repository at this point in the history
  • Loading branch information
mousetail authored Sep 16, 2024
1 parent bb8687a commit f5d03dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/manual/v1.7/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3004,7 +3004,7 @@ sections:
The `nth(n; expr)` function extracts the nth value output by `expr`.
Note that `nth(n; expr)` doesn't support negative values of `n`.
`first` and `nth` output `empty` if the generator has insufficient
`first` and `nth` produce no values if the generator has insufficient
elements. `last` returns `null` instead.
examples:
Expand Down

0 comments on commit f5d03dd

Please sign in to comment.