Skip to content

Commit

Permalink
chore: remove duplicate word in doc (#1322)
Browse files Browse the repository at this point in the history
Signed-off-by: Abirdcfly <[email protected]>

Signed-off-by: Abirdcfly <[email protected]>
  • Loading branch information
Abirdcfly authored Aug 31, 2022
1 parent bf6b4d3 commit a12c1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion how-it-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The `=` operator then pipes the 'root' context through the `rhs` expression of `
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
a: dog
Expand Down

0 comments on commit a12c1a6

Please sign in to comment.