Change "clovver" to "clobber"

This commit is contained in:
neuroevolutus 2023-03-11 19:26:40 -06:00
parent ac8a725a51
commit 00737f2806
2 changed files with 2 additions and 2 deletions

View File

@ -250,7 +250,7 @@ a: !cat woof
b: !dog woof
```
## Custom types: clovver
## Custom types: clobber
Use the `c` option to clobber custom tags
Given a sample.yml file of:

View File

@ -230,7 +230,7 @@ var assignOperatorScenarios = []expressionScenario{
},
},
{
description: "Custom types: clovver",
description: "Custom types: clobber",
subdescription: "Use the `c` option to clobber custom tags",
document: "a: !cat meow\nb: !dog woof",
expression: `.a =c .b`,