Typos
This commit is contained in:
parent
2b255bb04d
commit
a05198b6ea
1 changed files with 3 additions and 3 deletions
|
@ -277,9 +277,9 @@ rec {
|
||||||
);
|
);
|
||||||
in f [] [rhs lhs];
|
in f [] [rhs lhs];
|
||||||
|
|
||||||
/* Does the same as the update operator '//' and keep siblings attribute.
|
/* A recursive variant of the update operator ‘//’. The recusion
|
||||||
This recusion stop when one of the attribute value is not an attribute
|
stops when one of the attribute values is not an attribute set,
|
||||||
set, in which case the right hand side value takes precedence over the
|
in which case the right hand side value takes precedence over the
|
||||||
left hand side value.
|
left hand side value.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
Loading…
Reference in a new issue