Skip to content

Commit 442fc64

Browse files
authored
Update Sample_27_Field.php
1 parent 24a7dc2 commit 442fc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/Sample_27_Field.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
$section->addText('Number of pages field:');
2828
$section->addField('NUMPAGES', ['numformat' => '0,00', 'format' => 'Arabic'], ['PreserveFormat']);
2929

30-
$section->addText('Filename:');
30+
$section->addText('Filename field:');
3131
$section->addField('FILENAME', ['format' => 'Upper'], ['Path', 'PreserveFormat']);
3232
$section->addTextBreak();
3333

0 commit comments

Comments
 (0)