mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
fix docstring
This commit is contained in:
parent
728767db03
commit
70b5e6050c
1 changed files with 1 additions and 1 deletions
|
|
@ -2991,7 +2991,7 @@ static RegisterPrimOp primop_tail({
|
|||
.name = "__tail",
|
||||
.args = {"list"},
|
||||
.doc = R"(
|
||||
Return the second to last elements of a list; abort evaluation if
|
||||
Return the list without its first item; abort evaluation if
|
||||
the argument isn’t a list or is an empty list.
|
||||
|
||||
> **Warning**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue