Skip to content

Commit 6ce5f10

Browse files
committed
Fixed typo
1 parent a713c34 commit 6ce5f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/GrabzItDOCXOptions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,15 +417,15 @@ public function getMergeId()
417417

418418

419419
/*
420-
Set password to protect the PDF document.
420+
Set password to protect the DOCX document.
421421
*/
422422
public function setPassword($value)
423423
{
424424
$this->password = $value;
425425
}
426426

427427
/*
428-
Get password to protect the PDF document with.
428+
Get password to protect the DOCX document with.
429429
*/
430430
public function getPassword()
431431
{

0 commit comments

Comments
 (0)