Grammar fixes (#1877)

This commit is contained in:
Ville Skyttä
2023-11-23 11:54:25 +11:00
committed by GitHub
parent 26effddb8c
commit 998b4edb34
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
)
type DataTreeNavigator interface {
// given the context and a expressionNode,
// given the context and an expressionNode,
// this will process the against the given expressionNode and return
// a new context of matching candidates
GetMatchingNodes(context Context, expressionNode *ExpressionNode) (Context, error)