From 8ba787522fb9b6722bcefb188e9ca195b82e283b Mon Sep 17 00:00:00 2001 From: Yuval Langer Date: Mon, 8 Oct 2018 21:19:27 +0300 Subject: [PATCH] Fix minor typo (#706) --- image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image.go b/image.go index 032499f22..cd3b78298 100644 --- a/image.go +++ b/image.go @@ -149,7 +149,7 @@ func (i *Image) disposeMipmaps() { // // DrawImage accepts the options. For details, see the document of DrawImageOptions. // -// DrawImage determinines the part to draw, then DrawImage applies the geometry matrix and the color matrix. +// DrawImage determines the part to draw, then DrawImage applies the geometry matrix and the color matrix. // // For drawing, the pixels of the argument image at the time of this call is adopted. // Even if the argument image is mutated after this call,