From f8fb5a20526d25b8849edf82c49d0f7fce42c629 Mon Sep 17 00:00:00 2001 From: Laurent Le Goff Date: Wed, 22 Apr 2015 16:22:24 +0200 Subject: [PATCH] Update doc --- draw2d.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draw2d.go b/draw2d.go index 06292d4..424abf4 100644 --- a/draw2d.go +++ b/draw2d.go @@ -1,5 +1,5 @@ // Copyright 2010 The draw2d Authors. All rights reserved. // created: 13/12/2010 by Laurent Le Goff -// Package draw2d provide a Graphic Context that can draw vector form on canvas. +// Package draw2d provides a Graphic Context that can draw vector form on canvas. package draw2d