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

main
ckie 2 years ago
parent bc4b9eef3c
commit 00a46966be
No known key found for this signature in database
GPG Key ID: 13E79449C0525215
  1. 2
      lib/zip-int-bits.nix

@ -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:

Loading…
Cancel
Save