Merge pull request #264647 from proofconstruction/master

lib/fixed-points.nix: correct typo
This commit is contained in:
Silvan Mosberger
2023-10-31 19:49:50 +01:00
committed by GitHub
+1 -1
View File
@@ -45,7 +45,7 @@ rec {
}
```
This is where `fix` comes in, it contains the syntactic that's not in `f` anymore.
This is where `fix` comes in, it contains the syntactic recursion that's not in `f` anymore.
```nix
nix-repl> fix = f: