Rrue to True, simple typo

This commit is contained in:
Bryan Crowe 2013-10-04 02:06:32 -04:00
parent c729b56b23
commit 8895405577

View file

@ -451,7 +451,7 @@ class File {
/**
* Returns true if the File is executable.
*
* @return boolean Rrue if it's executable, false otherwise
* @return boolean True if it's executable, false otherwise
* @link http://book.cakephp.org/2.0/en/core-utility-libraries/file-folder.html#File::executable
*/
public function executable() {