builtins.genericClosure: fix documentation typo

This commit is contained in:
Philip Taron 2024-07-16 13:51:52 -07:00
parent 9300f855fc
commit 0a1a116f4b
No known key found for this signature in database

View file

@ -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.