fix typo in doc

This commit is contained in:
faiface 2017-01-25 22:17:37 +01:00
parent e9b982cb87
commit eb0c51e137
1 changed files with 1 additions and 1 deletions

View File

@ -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.
//