From eb0c51e137cd1b13552a2f52cc8e15941b2ba14f Mon Sep 17 00:00:00 2001 From: faiface <faiface@ksp.sk> Date: Wed, 25 Jan 2017 22:17:37 +0100 Subject: [PATCH] fix typo in doc --- interface.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface.go b/interface.go index 86cb037..27c4f0e 100644 --- a/interface.go +++ b/interface.go @@ -7,7 +7,7 @@ import "image/color" // You can notice, that there are no "drawing" methods in a Target. That's because all drawing // happens indirectly through Triangles instance generated via MakeTriangles method. // -// If no transforms are applied, the drawing are of a Target is the rectangle (-1, -1, +1, +1). +// If no transforms are applied, the drawing area of a Target is the rectangle (-1, -1, +1, +1). type Target interface { // MakeTriangles generates a specialized copy of the provided Triangles. // -- GitLab