Skip to content

Commit

Permalink
Update Model.php
Browse files Browse the repository at this point in the history
Fixed the case on the link to the book, to match the anchor in the page.
  • Loading branch information
davidyell committed Jul 10, 2014
1 parent 77455e6 commit 79be5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/Model.php
Expand Up @@ -107,7 +107,7 @@ class Model extends Object implements CakeEventListener {
* The name of the primary key field for this model.
*
* @var string
* @link http://book.cakephp.org/2.0/en/models/model-attributes.html#primaryKey
* @link http://book.cakephp.org/2.0/en/models/model-attributes.html#primarykey
*/
public $primaryKey = null;

Expand Down

0 comments on commit 79be5e6

Please sign in to comment.