From 5a5a45a42f65147976c4c10f88563bcd2c448cfa Mon Sep 17 00:00:00 2001 From: Muang <33769671+hndada@users.noreply.github.com> Date: Sat, 8 Aug 2020 03:12:18 +0900 Subject: [PATCH] ebiten: Correct a typo (#1282) --- image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image.go b/image.go index 78a72d37c..1bbc95ed6 100644 --- a/image.go +++ b/image.go @@ -107,7 +107,7 @@ func canSkipMipmap(geom GeoM, filter driver.Filter) bool { // DrawImageOptions represents options for DrawImage. type DrawImageOptions struct { // GeoM is a geometry matrix to draw. - // The default (zero) value is identify, which draws the image at (0, 0). + // The default (zero) value is identity, which draws the image at (0, 0). GeoM GeoM // ColorM is a color matrix to draw.