Skip to content

Commit

Permalink
Merge pull request #250 from zacharyrankin/master
Browse files Browse the repository at this point in the history
Fix a minor typo in the text styles example
  • Loading branch information
Progi1984 committed May 28, 2014
2 parents 86369ad + 8ab6f64 commit 8c7efde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/elements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Inline style examples:
$textrun = $section->addTextRun();
$textrun->addText('I am bold', array('bold' => true));
$textrun->addText('I am italic', array('italic' => true));
$textrun->addText('I am colored, array('color' => 'AACC00'));
$textrun->addText('I am colored', array('color' => 'AACC00'));
Defined style examples:

Expand Down

0 comments on commit 8c7efde

Please sign in to comment.