ソースを参照

doc block correction

euromark 13 年 前
コミット
d4af674ccb
1 ファイル変更2 行追加2 行削除
  1. 2 2
      lib/Cake/View/View.php

+ 2 - 2
lib/Cake/View/View.php

@@ -422,8 +422,8 @@ class View extends Object {
 /**
  * Checks if an element exists
  *
- * @param string $name Name of template file in the/app/View/Elements/ folder,
- *   or `MyPlugin.template` to use the template element from MyPlugin.  If the element
+ * @param string $name Name of template file in the /app/View/Elements/ folder,
+ *   or `MyPlugin.template` to check the template element from MyPlugin.  If the element
  *   is not found in the plugin, the normal view path cascade will be searched.
  * @return boolean Success
  */