Correct typo in doc block for WP_Filesystem_ftpsockets::rmdir

Props Toro_Unit.
Fixes #33255.


git-svn-id: https://develop.svn.wordpress.org/trunk@33639 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-08-18 23:33:00 +00:00
parent 9b37cc043c
commit 69338b3fa7

View File

@ -395,7 +395,7 @@ class WP_Filesystem_ftpsockets extends WP_Filesystem_Base {
}
/**
* @param sting $path
* @param string $path
* @param bool $recursive
*/
public function rmdir($path, $recursive = false ) {