Skip to content

Commit

Permalink
Tonesque: fix typo in function's comment.
Browse files Browse the repository at this point in the history
Fixes #10124

The color function accepts a type parameter that can be one of the following strings: hex, rgb, or hsv.
  • Loading branch information
jeherve committed Sep 11, 2018
1 parent 7403c8a commit 6f31bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _inc/lib/tonesque.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static function imagecreatefromurl( $image_url ) {
*
* Construct object from image.
*
* @param optional $type (hex, rgb, hsl)
* @param optional $type (hex, rgb, hsv)
* @return color as a string formatted as $type
*
*/
Expand Down

0 comments on commit 6f31bd7

Please sign in to comment.