fix comment

This commit is contained in:
Stani 2015-07-01 20:27:41 +02:00
parent 1841a3e90f
commit 8ca9a0bbe3
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ func test(t *testing.T, sample draw2d.Sample) {
// Initialize the graphic context on an pdf document
dest := pdf2d.NewPdf("L", "mm", "A4")
gc := pdf2d.NewGraphicContext(dest)
// Draw Android logo
// Draw sample
fn, err := sample(gc, "pdf")
if err != nil {
t.Errorf("Drawing %q failed: %v", fn, err)