Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mousetail authored Sep 17, 2024
1 parent a4e018f commit 9b4029b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/manual/v1.7/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3005,8 +3005,8 @@ sections:
Note that `nth(n; expr)` doesn't support negative values of `n`.
`first` and `nth` produce no values if the generator has insufficient
elements. `last` currently returns `null` instead. The behavior
of `last` is a bug and may be changed in a future release.
elements. `last` currently returns `null` instead. `last` might be
modified to produce no values in the future.
examples:
- program: "[first(range(.)), last(range(.)), nth(./2; range(.))]"
Expand Down

0 comments on commit 9b4029b

Please sign in to comment.