mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
builtins.genericClosure: fix documentation typo
This commit is contained in:
parent
9300f855fc
commit
0a1a116f4b
1 changed files with 1 additions and 1 deletions
|
@ -719,7 +719,7 @@ static RegisterPrimOp primop_genericClosure(PrimOp {
|
|||
.doc = R"(
|
||||
`builtins.genericClosure` iteratively computes the transitive closure over an arbitrary relation defined by a function.
|
||||
|
||||
It takes *attrset* with two attributes named `startSet` and `operator`, and returns a list of attrbute sets:
|
||||
It takes *attrset* with two attributes named `startSet` and `operator`, and returns a list of attribute sets:
|
||||
|
||||
- `startSet`:
|
||||
The initial list of attribute sets.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue