Skip to content

Commit

Permalink
doc block correction
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Dec 1, 2012
1 parent e1e4d93 commit d4af674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/View/View.php
Expand Up @@ -422,8 +422,8 @@ public function element($name, $data = array(), $options = array()) {
/**
* 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
*/
Expand Down

0 comments on commit d4af674

Please sign in to comment.