1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00

Cleaning up docs

This commit is contained in:
Mike Farah
2020-12-23 10:30:13 +11:00
parent 7f5c380d16
commit c09f7aa707
4 changed files with 2 additions and 2 deletions

View File

@@ -118,5 +118,5 @@ func TestAnchorAliaseOperatorScenarios(t *testing.T) {
for _, tt := range anchorOperatorScenarios {
testScenario(t, &tt)
}
documentScenarios(t, "Anchor and Aliases Operators", anchorOperatorScenarios)
documentScenarios(t, "Anchor and Alias Operators", anchorOperatorScenarios)
}