Skip to content

Commit 59e623b

Browse files
committed
Fixes #195 : Update general.rst
1 parent d387552 commit 59e623b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/general.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ name. Use the following functions:
108108

109109
.. code-block:: php
110110
111-
$properties = $phpWord->getProperties();
111+
$properties = $phpWord->getDocumentProperties();
112112
$properties->setCreator('My name');
113113
$properties->setCompany('My factory');
114114
$properties->setTitle('My title');

0 commit comments

Comments
 (0)