Fix typo in phpdoc comment
This commit is contained in:
parent
69ce5f5890
commit
33e762c73d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = '';
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue