diff --git a/draw2d.go b/draw2d.go index 9e6a731..6343ee7 100644 --- a/draw2d.go +++ b/draw2d.go @@ -3,7 +3,7 @@ // Package draw2d is a pure go 2D vector graphics library with support // for multiple output devices such as images (draw2d), pdf documents -// (draw2dpdf) and opengl (draw2dopengl), which can also be used on the +// (draw2dpdf) and opengl (draw2dgl), which can also be used on the // google app engine. It can be used as a pure go Cairo alternative. // draw2d is released under the BSD license. //