1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

Fix update operator usage in operators.md

This commit is contained in:
Marcel Transier 2023-01-19 10:20:41 +01:00 committed by GitHub
parent 2513eba46a
commit 8b9325ec4a
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*.