File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ put_vars(
238
238
239
239
##### ` add_field `
240
240
241
- Creates (or appends to) a field with a defined value.
241
+ Creates a field with a defined value.
242
242
243
243
``` perl
244
244
add_field(" <targetFieldName>" , " <fieldValue>" )
@@ -280,7 +280,7 @@ call_macro("<macroName>"[, <dynamicLocalVariables>...])
280
280
281
281
##### ` copy_field `
282
282
283
- Copies (or appends to) a field from an existing field.
283
+ Copies a field from an existing field.
284
284
285
285
``` perl
286
286
copy_field(" <sourceField>" , " <targetField>" )
@@ -312,7 +312,7 @@ hash("foo")
312
312
313
313
##### ` move_field `
314
314
315
- Moves (or appends to) a field from an existing field. Can be used to rename a field.
315
+ Moves a field from an existing field. Can be used to rename a field.
316
316
317
317
``` perl
318
318
move_field(" <sourceField>" , " <targetField>" )
You can’t perform that action at this time.
0 commit comments