From a05198b6eafcf1fee08ad77e9177c555be15c121 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 14 Nov 2012 11:38:47 +0100 Subject: [PATCH] Typos --- pkgs/lib/attrsets.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/lib/attrsets.nix b/pkgs/lib/attrsets.nix index eca6936bbee..5e0ab620865 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: