lib: fix typo

This commit is contained in:
Franz Pletz 2016-12-04 01:39:03 +01:00
parent e3dcf5da1d
commit 67332d4e4c
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -391,7 +391,7 @@ rec {
); );
in f [] [rhs lhs]; 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, stops when one of the attribute values is not an attribute 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.