From aaf832a76883fe43bc799c4a6aec02be6e97a787 Mon Sep 17 00:00:00 2001 From: Tony Holdstock-Brown Date: Wed, 6 Nov 2024 09:20:16 -0800 Subject: [PATCH] Update engine_stringmap.go Co-authored-by: Bruno Scheufler --- engine_stringmap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine_stringmap.go b/engine_stringmap.go index 492cb28..9fdb907 100644 --- a/engine_stringmap.go +++ b/engine_stringmap.go @@ -63,7 +63,7 @@ func (n *stringLookup) Match(ctx context.Context, input map[string]any) ([]*Stor matched := []*StoredExpressionPart{} eg := errgroup.Group{} - // First, handle equality amtching. + // First, handle equality matching. for item := range n.vars { path := item eg.Go(func() error {