mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
Fix typo in compareLists docstring
This commit is contained in:
parent
c29b1d9aba
commit
b1aa4a7f25
@ -507,7 +507,7 @@ rec {
|
||||
compareLists compare [ "a" ] []
|
||||
=> 1
|
||||
compareLists compare [ "a" "b" ] [ "a" "c" ]
|
||||
=> 1
|
||||
=> -1
|
||||
*/
|
||||
compareLists = cmp: a: b:
|
||||
if a == []
|
||||
|
Loading…
Reference in New Issue
Block a user