Skip to content

Commit 359f77c

Browse files
authored
Merge pull request #334 from metafacture/TobiasNx-patch-4
Update README.md
2 parents 6cf83ae + 511e9ef commit 359f77c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
244244
add_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
286286
copy_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
318318
move_field("<sourceField>", "<targetField>")

0 commit comments

Comments
 (0)