ソースを参照

Merge pull request #3925 from davidyell/patch-1

Update Model.php
Mark 11 年 前
コミット
106d4ef12e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      lib/Cake/Model/Model.php

+ 1 - 1
lib/Cake/Model/Model.php

@@ -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;