This commit is contained in:
Ivan Shalganov 2014-04-17 23:32:44 +04:00
parent 2b1a8652e2
commit e740bb2bd9
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ class Tag extends \ArrayObject
if ($this->_close) {
return call_user_func($this->_close, $tokenizer, $this);
} else {
throw new \LogicException("Сan not use a inline tag {$this->name} as a block");
throw new \LogicException("Can not use a inline tag {$this->name} as a block");
}
}