summary refs log tree commit diff
path: root/lib/lists.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-09-06 22:46:05 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-09-06 22:46:05 +0200
commit66bc7fc1b3e7a85a2cfde9bb121498a181d411a4 (patch)
treefa53c32dfef1265496170172a28a3c71bb32a655 /lib/lists.nix
parentf9237f315264a0ccb8b50ff4fa6ff456239e4dc1 (diff)
parentcfe51be04f8b7c36fe9f71ca5835bd683ede087f (diff)
downloadnixpkgs-66bc7fc1b3e7a85a2cfde9bb121498a181d411a4.tar
nixpkgs-66bc7fc1b3e7a85a2cfde9bb121498a181d411a4.tar.gz
nixpkgs-66bc7fc1b3e7a85a2cfde9bb121498a181d411a4.tar.bz2
nixpkgs-66bc7fc1b3e7a85a2cfde9bb121498a181d411a4.tar.lz
nixpkgs-66bc7fc1b3e7a85a2cfde9bb121498a181d411a4.tar.xz
nixpkgs-66bc7fc1b3e7a85a2cfde9bb121498a181d411a4.tar.zst
nixpkgs-66bc7fc1b3e7a85a2cfde9bb121498a181d411a4.zip
Merge master into staging-next
Diffstat (limited to 'lib/lists.nix')
-rw-r--r--lib/lists.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lists.nix b/lib/lists.nix
index d075a02d475..f9f30412770 100644
--- a/lib/lists.nix
+++ b/lib/lists.nix
@@ -88,7 +88,7 @@ rec {
   /* Strict version of `foldl`.
 
      The difference is that evaluation is forced upon access. Usually used
-     with small whole results (in contract with lazily-generated list or large
+     with small whole results (in contrast with lazily-generated list or large
      lists where only a part is consumed.)
 
      Type: foldl' :: (b -> a -> b) -> b -> [a] -> b