Skip to content

Commit

Permalink
Grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybrad committed Jun 29, 2017
1 parent 175fe43 commit 4afc79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/BaseModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ public function copy()

/**
* Generates a user friendly attribute label.
* This is done by replacing underscores or dashes with blanks andchanging the first letter of each word to upper case.
* This is done by replacing underscores or dashes with blanks and changing the first letter of each word to upper case.
* For example, 'department_name' or 'DepartmentName' becomes 'Department Name'.
*
* Overriding CModel's implementation to be UTF-8 friendly since they don't consider this a bug:
Expand Down

0 comments on commit 4afc79a

Please sign in to comment.