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
@@ -594,7 +594,7 @@ var multiplyOperatorScenarios = []expressionScenario{
},
},
{
description: "Merging an null with an array",
description: "Merging a null with an array",
expression: `null * ["some"]`,
expected: []string{
"D0, P[], (!!seq)::- some\n",