diff --git a/compose.go b/compose.go index 46302abebd5a662db42ad65378abb537e1b48c63..a4a8783798bb5434a48503cf56825fd7f69a8d4a 100644 --- a/compose.go +++ b/compose.go @@ -13,7 +13,7 @@ type ComposeTarget interface { // ComposeMethod is a Porter-Duff composition method. type ComposeMethod int -// Here's the list of all available Porter-Duff composition methods. User ComposeOver for the basic +// Here's the list of all available Porter-Duff composition methods. Use ComposeOver for the basic // alpha blending. const ( ComposeOver ComposeMethod = iota