diff options
author | Florian Paul Schmidt <mista.tapas@gmx.net> | 2023-01-20 13:21:45 +0100 |
---|---|---|
committer | Florian Paul Schmidt <mista.tapas@gmx.net> | 2023-01-20 13:21:45 +0100 |
commit | 4ff9ed5c2de28e157d66b1a1ad3f24c18f6f9ee7 (patch) | |
tree | a165499d65a331f9fda1b52fcf9b6556a35a9a95 | |
parent | fdc02d2b6a2870d3666a35327375c9b806af9131 (diff) |
doc: fix update operator description
-rw-r--r-- | doc/manual/src/language/operators.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/src/language/operators.md b/doc/manual/src/language/operators.md index a287b513f..1f918bd4d 100644 --- a/doc/manual/src/language/operators.md +++ b/doc/manual/src/language/operators.md @@ -124,8 +124,8 @@ The result is a string. Update [attribute set] *attrset1* with names and values from *attrset2*. -The returned attribute set will have of all the attributes in *e1* and *e2*. -If an attribute name is present in both, the attribute value from the former is taken. +The returned attribute set will have of all the attributes in *attrset1* and *attrset2*. +If an attribute name is present in both, the attribute value from the latter is taken. [Update]: #update |