forked from mirrors/nixpkgs
lib: fix typo
This commit is contained in:
parent
e3dcf5da1d
commit
67332d4e4c
|
@ -391,7 +391,7 @@ rec {
|
|||
);
|
||||
in f [] [rhs lhs];
|
||||
|
||||
/* A recursive variant of the update operator ‘//’. The recusion
|
||||
/* A recursive variant of the update operator ‘//’. The recursion
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue