From 9a4f43d0868e4feab3125d6c2ff3d9ab1132028b Mon Sep 17 00:00:00 2001
From: faiface <faiface@ksp.sk>
Date: Tue, 14 Mar 2017 22:00:00 +0100
Subject: [PATCH] fix doc

---
 graphics.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics.go b/graphics.go
index baf4178..7062805 100644
--- a/graphics.go
+++ b/graphics.go
@@ -191,7 +191,7 @@ func (imd *IMDraw) SetColorMask(color color.Color) {
 //
 // The polygon does not need to be exactly convex. The way it's drawn is that for each two adjacent
 // points, a triangle is constructed from those two points and the first Pushed point. You can use
-// this property to draw specific concave graphs.
+// this property to draw specific concave polygons.
 func (imd *IMDraw) FillConvexPolygon() {
 	points := imd.points
 	imd.points = nil
-- 
GitLab