mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
Merge pull request #264647 from proofconstruction/master
lib/fixed-points.nix: correct typo
This commit is contained in:
commit
1fd1f227aa
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user