diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2023-01-19 11:12:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-19 11:12:10 +0100 |
commit | 38b90c618f5ce4334b89c0124c5a54f339a23db6 (patch) | |
tree | 42dd9ff852770c31e7097bcda0318a22c48e8bd7 /doc | |
parent | 5a0865b59162f0dd874d7b55445e724ad087fdbe (diff) | |
parent | 8b9325ec4ab263ff6b6da8a32d08038e83ed4146 (diff) |
Merge pull request #7640 from marceltransier/patch-2
Fix update operator usage in operators.md
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/language/operators.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/language/operators.md b/doc/manual/src/language/operators.md index fb824feca..a287b513f 100644 --- a/doc/manual/src/language/operators.md +++ b/doc/manual/src/language/operators.md @@ -120,7 +120,7 @@ The result is a string. ## Update -> *attrset1* + *attrset2* +> *attrset1* // *attrset2* Update [attribute set] *attrset1* with names and values from *attrset2*. |