mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-05 07:44:05 +01:00
typo fix
This commit is contained in:
@@ -30,7 +30,7 @@ class CJavaScriptExpression
|
||||
public function __construct($code)
|
||||
{
|
||||
if(!is_string($code))
|
||||
throw new CException('Value passed to CJavaScriptExpression should be string.');
|
||||
throw new CException('Value passed to CJavaScriptExpression should a be string.');
|
||||
$this->code=$code;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user