huge amount of documentation link fixes

This commit is contained in:
Carsten Brandt
2014-01-28 17:54:40 +01:00
parent 7924e6d1fb
commit 262189533a
50 changed files with 92 additions and 99 deletions

View File

@ -12,7 +12,7 @@ use yii\base\Object;
/**
* JsExpression marks a string as a JavaScript expression.
*
* When using [[yii\helpers\Json::encode()]] to encode a value, JsonExpression objects
* When using [[\yii\helpers\Json::encode()]] to encode a value, JsonExpression objects
* will be specially handled and encoded as a JavaScript expression instead of a string.
*
* @author Qiang Xue <qiang.xue@gmail.com>