lib/zip-int-bits: fix typo: bitXOR -> bitXor

This commit is contained in:
ckie
2022-06-09 20:04:37 +03:00
committed by Florian Brandes
parent 9ada7bf672
commit 2b3672e726

View File

@@ -1,5 +1,5 @@
/* 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
*/
f: x: y: