Remove extra backtick

This commit is contained in:
neuroevolutus 2023-03-11 19:18:45 -06:00
parent 2c14c98408
commit 2b1ddb7d6a
2 changed files with 2 additions and 2 deletions

View File

@ -302,7 +302,7 @@ foobar:
```
## Dereference and update a field
`Use explode with multiply to dereference an object
Use explode with multiply to dereference an object
Given a sample.yml file of:
```yaml

View File

@ -228,7 +228,7 @@ foobar:
},
{
description: "Dereference and update a field",
subdescription: "`Use explode with multiply to dereference an object",
subdescription: "Use explode with multiply to dereference an object",
document: simpleArrayRef,
expression: `.thingOne |= explode(.) * {"value": false}`,
expected: []string{expectedUpdatedArrayRef},