Fix typo in phpdoc comment

This commit is contained in:
Christian Kraus 2016-11-24 00:26:17 +03:30
parent 69ce5f5890
commit 33e762c73d

View file

@ -118,7 +118,7 @@ class MarkdownExtra extends \Michelf\Markdown {
protected $footnotes_ref_count = array();
protected $footnotes_numbers = array();
protected $abbr_desciptions = array();
/** @var @string */
/** @var string */
protected $abbr_word_re = '';
/**