From 592eb4b8efb06f0be782537a3d733d58f746c233 Mon Sep 17 00:00:00 2001 From: faiface Date: Tue, 11 Apr 2017 17:28:27 +0200 Subject: [PATCH] fix type in ComposeMethod doc --- compose.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.go b/compose.go index 46302ab..a4a8783 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