Skip to content

Commit

Permalink
fix type in ComposeMethod doc
Browse files Browse the repository at this point in the history
  • Loading branch information
faiface committed Apr 11, 2017
1 parent af6241d commit 592eb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 592eb4b

Please sign in to comment.