Browse Source

correct doc block

euromark 13 years ago
parent
commit
6002d6913d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Network/Email/CakeEmail.php

+ 1 - 1
lib/Cake/Network/Email/CakeEmail.php

@@ -1424,7 +1424,7 @@ class CakeEmail {
 /**
 /**
  * Render the body of the email.
  * Render the body of the email.
  *
  *
- * @param string $content Content to render
+ * @param array $content Content to render
  * @return array Email body ready to be sent
  * @return array Email body ready to be sent
  */
  */
 	protected function _render($content) {
 	protected function _render($content) {