improving docs

This commit is contained in:
Mike Farah
2021-02-05 13:32:07 +11:00
parent e76a2f3de6
commit ca10ede102
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -434,5 +434,5 @@ func TestTraversePathOperatorScenarios(t *testing.T) {
for _, tt := range traversePathOperatorScenarios {
testScenario(t, &tt)
}
documentScenarios(t, "Traverse", traversePathOperatorScenarios)
documentScenarios(t, "Traverse (Read)", traversePathOperatorScenarios)
}