Skip to content

Commit

Permalink
Merge pull request #32 from metafacture/AdjustMacroExample
Browse files Browse the repository at this point in the history
Adjust description of put_macro
  • Loading branch information
fsteeg committed Jan 22, 2024
2 parents d45437a + 55af59e commit 01421ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fix-User-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ of the function are used as parameters:
do put_macro("concat-up")
set_array("$[target_field]")
copy_field("$[source_field]","$[target_field].$append")
case("$[target_field].*")
upcase("$[target_field].*")
join_field("$[target_field]",", ")
end

Expand Down

0 comments on commit 01421ca

Please sign in to comment.