mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
lib/zip-int-bits: fix typo: bitXOR -> bitXor
This commit is contained in:
parent
bc4b9eef3c
commit
00a46966be
@ -1,5 +1,5 @@
|
|||||||
/* Helper function to implement a fallback for the bit operators
|
/* Helper function to implement a fallback for the bit operators
|
||||||
`bitAnd`, `bitOr` and `bitXOr` on older nix version.
|
`bitAnd`, `bitOr` and `bitXor` on older nix version.
|
||||||
See ./trivial.nix
|
See ./trivial.nix
|
||||||
*/
|
*/
|
||||||
f: x: y:
|
f: x: y:
|
||||||
|
Loading…
Reference in New Issue
Block a user