Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangxue committed Jul 29, 2013
1 parent 860799e commit 458f50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/yii/base/Formatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function init()
}

/**
* Formats the value based on the give type.
* Formats the value based on the given type.
* This method will call one of the "as" methods available in this class to do the formatting.
* For type "xyz", the method "asXyz" will be used. For example, if the type is "html",
* then [[asHtml()]] will be used. Type names are case insensitive.
Expand Down

0 comments on commit 458f50a

Please sign in to comment.