Skip to content

Commit 01716de

Browse files
noahlauxdjmitche
andauthored
Update jsone.go
Co-authored-by: Dustin J. Mitchell <[email protected]>
1 parent 8392184 commit 01716de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/jsone.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ var operators = map[string]operator{
698698
s, ok := eachTemplate.(string)
699699
if !ok {
700700
return nil, TemplateError{
701-
Message: "$if expects a string expression",
701+
Message: "$find expects a string expression",
702702
Template: template,
703703
}
704704
}

0 commit comments

Comments
 (0)