Skip to content

Commit 7c256b5

Browse files
authored
Merge pull request #537 from ejuhjav/patch-1
Update elements.rst
2 parents 0a3f873 + daf7d11 commit 7c256b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/elements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ Line elements can be added to sections by using ``addLine``.
367367

368368
.. code-block:: php
369369
370-
$linestyle = array('weight' => 1, 'width' => 100, 'height' => 0, 'color' => 635552);
370+
$lineStyle = array('weight' => 1, 'width' => 100, 'height' => 0, 'color' => 635552);
371371
$section->addLine($lineStyle)
372372
373373
Available line style attributes:

0 commit comments

Comments
 (0)