Skip to content

Commit 657bd1b

Browse files
bonus param fix
1 parent 9436a7d commit 657bd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/expressions/map-expressions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ RETURN map[dynamicKey] AS dynamicValue
147147
[source, parameters]
148148
----
149149
{
150-
"dynamicKey" : 'a'
150+
"dynamicKey" : "a"
151151
}
152152
----
153153

0 commit comments

Comments
 (0)