Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabzIt committed Nov 4, 2019
1 parent a713c34 commit 6ce5f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/GrabzItDOCXOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -417,15 +417,15 @@ public function getMergeId()


/*
Set password to protect the PDF document.
Set password to protect the DOCX document.
*/
public function setPassword($value)
{
$this->password = $value;
}

/*
Get password to protect the PDF document with.
Get password to protect the DOCX document with.
*/
public function getPassword()
{
Expand Down

0 comments on commit 6ce5f10

Please sign in to comment.