Docs: Fix typo in `_crop_image_resource()` DocBlock.

Props mukesh27.
Fixes #49103.

git-svn-id: https://develop.svn.wordpress.org/trunk@47024 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-12-31 12:32:19 +00:00
parent ae53e417d5
commit c9a366e857
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ function _flip_image_resource( $img, $horz, $vert ) {
* @ignore
* @param resource $img Image resource.
* @param float $x Source point x-coordinate.
* @param float $y Source point y-cooredinate.
* @param float $y Source point y-coordinate.
* @param float $w Source width.
* @param float $h Source height.
* @return resource (maybe) cropped image resource.