Skip to content

Commit 55af59e

Browse files
author
Petra Maier
committed
Adjust description of put_macro
1 parent d45437a commit 55af59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fix-User-Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ of the function are used as parameters:
183183
do put_macro("concat-up")
184184
set_array("$[target_field]")
185185
copy_field("$[source_field]","$[target_field].$append")
186-
case("$[target_field].*")
186+
upcase("$[target_field].*")
187187
join_field("$[target_field]",", ")
188188
end
189189

0 commit comments

Comments
 (0)