about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-11-14 11:38:47 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-11-14 11:38:47 +0100
commita05198b6eafcf1fee08ad77e9177c555be15c121 (patch)
treeccf239e7e83fb7d49e6df339df2cead4478d94fa
parent2b255bb04d0972710fa201e5838b7f7cee507167 (diff)
downloadnixlib-a05198b6eafcf1fee08ad77e9177c555be15c121.tar
nixlib-a05198b6eafcf1fee08ad77e9177c555be15c121.tar.gz
nixlib-a05198b6eafcf1fee08ad77e9177c555be15c121.tar.bz2
nixlib-a05198b6eafcf1fee08ad77e9177c555be15c121.tar.lz
nixlib-a05198b6eafcf1fee08ad77e9177c555be15c121.tar.xz
nixlib-a05198b6eafcf1fee08ad77e9177c555be15c121.tar.zst
nixlib-a05198b6eafcf1fee08ad77e9177c555be15c121.zip
Typos
-rw-r--r--pkgs/lib/attrsets.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/lib/attrsets.nix b/pkgs/lib/attrsets.nix
index eca6936bbeee..5e0ab6208651 100644
--- a/pkgs/lib/attrsets.nix
+++ b/pkgs/lib/attrsets.nix
@@ -277,9 +277,9 @@ rec {
       );
     in f [] [rhs lhs];
 
-  /* Does the same as the update operator '//' and keep siblings attribute.
-     This recusion stop when one of the attribute value is not an attribute
-     set, in which case the right hand side value takes precedence over the
+  /* A recursive variant of the update operator ‘//’.  The recusion
+     stops when one of the attribute values is not an attribute set,
+     in which case the right hand side value takes precedence over the
      left hand side value.
 
      Example: