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(
238238
239239##### ` add_field `
240240
241- Creates (or appends to) a field with a defined value.
241+ Creates a field with a defined value.
242242
243243``` perl
244244add_field(" <targetFieldName>" , " <fieldValue>" )
@@ -280,7 +280,7 @@ call_macro("<macroName>"[, <dynamicLocalVariables>...])
280280
281281##### ` copy_field `
282282
283- Copies (or appends to) a field from an existing field.
283+ Copies a field from an existing field.
284284
285285``` perl
286286copy_field(" <sourceField>" , " <targetField>" )
@@ -312,7 +312,7 @@ hash("foo")
312312
313313##### ` move_field `
314314
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.
316316
317317``` perl
318318move_field(" <sourceField>" , " <targetField>" )
You can’t perform that action at this time.
0 commit comments