syntax fix [skip ci]

This commit is contained in:
Qiang Xue
2015-04-10 21:51:33 -04:00
parent 183c4c9496
commit fdb730a12a
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ use yii\helpers\StringHelper;
* * Using the `new` operator to create a new, empty object
* * Using a method to fetch an existing record (or records) from the database
*
* Here is a short teaser how working with an ActiveRecord looks like:
* Below is an example showing some typical usage of ActiveRecord:
*
* ```php
* $user = new User();