Skip to content

Commit 8c7efde

Browse files
committed
Merge pull request #250 from zacharyrankin/master
Fix a minor typo in the text styles example
2 parents 86369ad + 8ab6f64 commit 8c7efde

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
@@ -84,7 +84,7 @@ Inline style examples:
8484
$textrun = $section->addTextRun();
8585
$textrun->addText('I am bold', array('bold' => true));
8686
$textrun->addText('I am italic', array('italic' => true));
87-
$textrun->addText('I am colored, array('color' => 'AACC00'));
87+
$textrun->addText('I am colored', array('color' => 'AACC00'));
8888
8989
Defined style examples:
9090

0 commit comments

Comments
 (0)