diff --git a/wire/core/Functions.php b/wire/core/Functions.php index 330961ea..4bb81780 100644 --- a/wire/core/Functions.php +++ b/wire/core/Functions.php @@ -167,7 +167,7 @@ function wireRmdir($path, $recursive = false) { * @param string $path May be a directory or a filename * @param bool $recursive If set to true, all files and directories in $path will be recursively set as well. * @param string $chmod If you want to set the mode to something other than PW's chmodFile/chmodDir settings, - you may override it by specifying it here. Ignored otherwise. Format should be a string, like "0755". + * you may override it by specifying it here. Ignored otherwise. Format should be a string, like "0755". * @return bool Returns true if all changes were successful, or false if at least one chmod failed. * @throws WireException when it receives incorrect chmod format *