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
commit 1fd1f227aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
nix-repl> fix = f: nix-repl> fix = f: