chore: remove duplicate word in doc

Signed-off-by: Abirdcfly <fp544037857@gmail.com>
This commit is contained in:
Abirdcfly 2022-08-30 16:23:39 +08:00
parent bf6b4d3941
commit ae2ff0f21e
No known key found for this signature in database
GPG Key ID: A4EA876831B0458B

View File

@ -37,7 +37,7 @@ The `=` operator then pipes the 'root' context through the `rhs` expression of `
dog dog
``` ```
Both sides have now been evaluated, so now the operator copies across the value from the RHS (`.b`) to the the LHS (`.a`), and it returns the now updated context: Both sides have now been evaluated, so now the operator copies across the value from the RHS (`.b`) to the LHS (`.a`), and it returns the now updated context:
```yaml ```yaml
a: dog a: dog