Fixes #195 : Update general.rst

This commit is contained in:
Progi1984 2014-04-12 00:56:24 +02:00
parent d387552a25
commit 59e623bb75
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ name. Use the following functions:
.. code-block:: php
$properties = $phpWord->getProperties();
$properties = $phpWord->getDocumentProperties();
$properties->setCreator('My name');
$properties->setCompany('My factory');
$properties->setTitle('My title');