Skip to content

Commit 511e9ef

Browse files
authored
Update README.md
Adjust the documentation to the actual behaviour #308
1 parent 6cf83ae commit 511e9ef

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)