Fixed comment

This commit is contained in:
redstarcoder 2016-10-19 15:01:45 -04:00
parent 4a3322e29e
commit b9005c988d
1 changed files with 1 additions and 1 deletions

2
gc.go
View File

@ -14,7 +14,7 @@ type GraphicContext interface {
PathBuilder
// BeginPath creates a new path
BeginPath()
// CopyPath copies the current path, then returns it
// GetPath copies the current path, then returns it
GetPath() Path
// GetMatrixTransform returns the current transformation matrix
GetMatrixTransform() Matrix