Fixing doc

This commit is contained in:
Mike Farah 2021-05-28 17:00:25 +10:00
parent f1f75683c1
commit dd86b5e7f2

View File

@ -71,7 +71,7 @@ dog
Both sides have now been evaluated, so now the operator copies across the value from the RHS to the value on the LHS, and it returns the now updated context:
```yaml
a: cat
a: dog
b: dog
```