Skip to content

Commit 6fd494a

Browse files
committed
Fix example parsing error
1 parent d98f418 commit 6fd494a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
map = {"key1": 1, "test", "text"}
1+
map = {"key1": 1, "test": "text"}
22
extract(var1, var2) = map
33
println var1 // [key1, 1]
44
println var2 // [test, text]

0 commit comments

Comments
 (0)