Merge pull request #7640 from marceltransier/patch-2

Fix update operator usage in operators.md
This commit is contained in:
Eelco Dolstra 2023-01-19 11:12:10 +01:00 committed by GitHub
commit 38b90c618f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,7 +120,7 @@ The result is a string.
## Update
> *attrset1* + *attrset2*
> *attrset1* // *attrset2*
Update [attribute set] *attrset1* with names and values from *attrset2*.