fix type in ComposeMethod doc

This commit is contained in:
faiface 2017-04-11 17:28:27 +02:00
parent af6241d010
commit 592eb4b8ef
1 changed files with 1 additions and 1 deletions

View File

@ -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